Description Usage Format Source References Examples
Body mass (g) and metabolic rate (watts) for 17 species of primates.
1 |
A data frame with 17 observations on the following 2 variables.
mass
mass (g)
bmr
metabolic rate (watts)
Heusner, A.A. 1991. Size and power in mammals. Journal of Experimental Biology 160: 25-54.
http://jeb.biologists.org/cgi/content/abstract/160/1/25
1 2 3 4 | data(PrimateMetabolism)
str(PrimateMetabolism)
xyplot(bmr ~ mass, PrimateMetabolism)
xyplot(bmr ~ mass, PrimateMetabolism, scales=list(log=TRUE))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.