split.vcv.node: split.vcv.node

Description Usage Arguments Value Examples

Description

split.vcv.node produces two VCV matrices that represent a monophyletic subclade and the remaining phylogeny respectively

Usage

1
2
## S3 method for class 'vcv.node'
split(phy, node)

Arguments

phy

input phylogeny

node

Value

vcvMatrix vcv matrix

Examples

1
2
3
4
set.seed(30)
#simulate tree with 20 species
simTree <- rcoal(20)
split.vcv.node(simTree, 22)

PuttickMacroevolution/cladeMode documentation built on May 8, 2019, 3:47 a.m.