Learn R Programming

abd (version 0.2-8)

Dolphins: Dolphin Swimming Behavior

Description

Percentage of time 8 sleeping dolphins from the Southern Hemisphere spent swimming clockwise.

Arguments

Format

A data frame with 8 observations on one variable.
percent.clockwise
percent of time spent swimming clockwise while sleeping.

Source

Stafne, G.M. and P.R. Manger. 2004. Predominance of clockwise swimming during rest in Southern Hemisphere dolphins. Physiology and Behavior 82: 919-926.

References

http://faculty.washington.edu/chudler/dolp.html

Examples

Run this code
Dolphins
hist(Dolphins$percent.clockwise)
histogram(~ percent.clockwise, Dolphins)

Run the code above in your browser using DataLab