| KenyaFinches | R Documentation |
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).
KenyaFinches
A data frame with 45 observations on the following 3 variables.
a factor with levels: CRU.WAXB,
CUTTHROA, and WB.SPARW
mass (g)
beak length (mm)
Schluter, D. 1988. The evolution of finch communities on islands and continents: Kenya vs. Galapagos. Ecological Monographs 58: 229-249.
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.