tclust2sppVector: Creates a species vector from the results of tclust.

Description Usage Arguments Author(s) See Also Examples

View source: R/tclust2sppVector.R

Description

This function calculates AIC values, weights and model-weighted average number of entities inferred using GMYC.

Usage

1

Arguments

tclust

A list, the result from tclust

Author(s)

Samuel Brown <s_d_j_brown@hotmail.com>

See Also

tclust, sppVector

Examples

1
2
3
4
5
data(anoteropsis)
anoDist <- dist.dna(anoteropsis)

anoClust <- tclust(anoDist)
tclust2sppVector(anoClust)

spiderDev documentation built on May 2, 2019, 5:23 p.m.