phylo4d-class | R Documentation |
S4 class for phylogenetic tree and data.
Objects can be created from various trees
and a data.frame using the constructor phylo4d
, or using
new("phylo4d", ...{})
for empty objects.
Ben Bolker, Thibaut Jombart
coerce-methods
for translation
functions. The phylo4d-methods
constructor. See also
the phylo4-methods
constructor, the
phylo4 class, and the checkPhylo4
function to check the validity of phylo4
trees.
example(read.tree, "ape")
obj <- phylo4d(as(tree.owls.bis,"phylo4"), data.frame(wing=1:3))
obj
names(obj)
summary(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.