bird.traits {synchrony}R Documentation

bird trait dataset

Description

Contains the wing length, tail length, and bill length from 12 birds

Usage

data(bird.traits)

Format

A data frame with 12 observations (birds) on the following 3 variables.

wing.length

a numeric vector containing wing length in cm

tail.length

a numeric vector containing tail length in cm

bill.length

a numeric vector containing bill length in cm

Details

Dataset from Zar (1999; page 444)

Source

Zar, J. H. 1999. Biostatistical Analysis, Fourth edition. Prentice-Hall, Inc., Upper Saddle River, NJ.

Examples

data(bird.traits)
(w=kendall.w(bird.traits))

[Package synchrony version 0.3.8 Index]