sample.data {windex}R Documentation

Sample data for windex

Description

Simulated data in a format suitable for use with the Wheatsheaf index functions in the windex package.

Usage

data(sample.data)

Format

A data frame with 100 observations on the following 9 variables.

species

a factor

focals

a numeric vector

bm1

a numeric vector

bm2

a numeric vector

bm3

a numeric vector

ou1

a numeric vector

ou2

a numeric vector

ou3

a numeric vector

bin

a numeric vector

Details

The three 'bm' columns are values for three trait that have not evolved convergently. The three 'ou' columns are values for three traits that have evolved convergently with respect to the focal designation. bin is a column that was only for utility when creating the dataset.

Examples

dat<-data(sample.data)
summary(dat)

[Package windex version 2.0.8 Index]