TreeAnalysisResults | R Documentation |
TreeAnalysisResults
is an R6 class that contains the results of a tree
analysis in nitro
.
trees
The trees generated from the analysis of queue
.
queue
The CommandQueue
object and generated the results.
statistics
The statistics associated with each tree in trees
.
new()
TreeAnalysisResults$new( phy, queue, lengths = NULL, adjusted_homoplasy_scores = NULL, min_length = NULL, max_length = NULL, tags = NULL )
phy
A multiPhylo
object.
queue
A "CommandQueue"
object.
lengths
A numeric vector of lengths for trees
.
adjusted_homoplasy_scores
A numeric vector of adjusted homoplasy scores for trees
.
min_length
A number indicating the minimum possible length for
trees
given the active characters and taxa.
max_length
A number indicating the maximum possible length for
trees
given the active characters and taxa.
tags
A data frame containing annotation variables for trees
.
print()
TreeAnalysisResults$print(...)
...
Ignored.
clone()
The objects of this class are cloneable with this method.
TreeAnalysisResults$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.