| finch2 {dynRB} | R Documentation |
Subset of data set finch
Description
To demonstrate the application of the functions for real world data, we used existing data sets on niches and trait-spaces and quantified their sizes and overlaps. The data set finch2 is a data set on morphological measurements of three Darwin finches. The data set comprises quantitative measurements of nine traits characterizing two species of finches, each trait was measured at least in 10 individuals per species.
Usage
data("finch2")
Format
A data frame with 103 observations on the following 10 variables.
Speciesa character vector of the Species Geospiza fuliginosa parvula and Geospiza fortis fortis
BodyLa numeric vector
WingLa numeric vector
TailLa numeric vector
BeakWa numeric vector
BeakHa numeric vector
LBeakLa numeric vector
UBeakLa numeric vector
N.UBkLa numeric vector
TarsusLa numeric vector
Source
Snodgrass R and Heller E (1904) Papers from the Hopkins-Stanford Galapagos Expedition, 1898-99. XVI. Birds. Proceedings of the Washington Academy of Sciences 5: 231-372.
Examples
data(finch2)
## quick overview
head(finch2)