Description Usage Format Source References Examples
 Data on body mass and beak length in three species of finches:
Crimson-rumped waxbill (CRU.WAXB), Cutthroat finch (CUTTHROA),
and White-browed sparrow weaver (WB.SPARW).
1  | 
A data frame with 45 observations on the following 3 variables.
speciesa factor with levels: CRU.WAXB, CUTTHROA, and WB.SPARW
massmass (g)
beak.lengthbeak length (mm)
Schluter, D. 1988. The evolution of finch communities on islands and continents: Kenya vs. Galapagos. Ecological Monographs 58: 229-249.
http://www.jstor.org/pss/1942538
1 2 3 4  | data(KenyaFinches)
table(KenyaFinches$species)
xyplot(beak.length ~ species, KenyaFinches)
bwplot(beak.length ~ species, KenyaFinches)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.