Description Usage Arguments Slots See Also
S4 class for multiple phylogenetic trees
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## S4 method for signature 'TreeMen'
cTrees(x, ...)
## S4 method for signature 'TreeMen,ANY'
x[[i]]
## S4 method for signature 'TreeMen,character,missing,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'TreeMen'
as.character(x)
## S4 method for signature 'TreeMen'
show(object)
## S4 method for signature 'TreeMen'
str(object, max.level = 2L, ...)
## S4 method for signature 'TreeMen'
print(x)
## S4 method for signature 'TreeMen'
summary(object)
|
x |
|
... |
additional tree objects |
i |
tree index (integer or character) |
j |
missing |
drop |
missing |
object |
|
max.level |
|
treelst
list of TreeMan
objects
ntips
sum of tips per tree
ntrees
total number of trees
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.