finch2: Subset of data set finch

finch2R 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.

Species

a character vector of the Species Geospiza fuliginosa parvula and Geospiza fortis fortis

BodyL

a numeric vector

WingL

a numeric vector

TailL

a numeric vector

BeakW

a numeric vector

BeakH

a numeric vector

LBeakL

a numeric vector

UBeakL

a numeric vector

N.UBkL

a numeric vector

TarsusL

a 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)

dynRB documentation built on Dec. 8, 2022, 1:11 a.m.