Learn R Programming

abd (version 0.1-22)

Dolphins: Dolphin Swimming Behavior

Description

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

Usage

data(Dolphins)

Arguments

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
data(Dolphins)
Dolphins
hist(Dolphins$percent.clockwise)
histogram(~percent.clockwise, Dolphins)

Run the code above in your browser using DataLab