traitsig: Measure aspects of traits on trees.

Description Usage Arguments Examples

View source: R/traitsig.r

Description

Measure aspects of traits on trees.

Usage

1
  traitsig(x, y)

Arguments

x

A named trait vector, the names should match the tip names in the tree.

y

A phylogeny, has to be a phylo object.

Examples

1
2
3
4
5
6
## Not run: 
trees <- rmtree(N=10, n=10)
traitvecs <- lapply(trees, fastBM)
traitsig(traitvecs, trees)

## End(Not run)

sckott/treeshape documentation built on May 29, 2019, 4:07 p.m.