Dolphin Swimming Behavior
Dolphins.Rd
Percentage of time 8 sleeping dolphins from the Southern Hemisphere spent swimming clockwise.
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.
Examples
Dolphins
#> percent.clockwise
#> 1 77.7
#> 2 84.8
#> 3 79.4
#> 4 84.0
#> 5 99.6
#> 6 93.6
#> 7 89.4
#> 8 97.2
hist(Dolphins$percent.clockwise)
histogram(~ percent.clockwise, Dolphins)