| TreeAnalysisResults | R Documentation |
TreeAnalysisResults is an R6 class that contains the results of a tree
analysis in nitro.
treesThe trees generated from the analysis of queue.
queueThe CommandQueue object and generated the results.
statisticsThe 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 )
phyA multiPhylo object.
queueA "CommandQueue" object.
lengthsA numeric vector of lengths for trees.
adjusted_homoplasy_scoresA numeric vector of adjusted homoplasy scores for trees.
min_lengthA number indicating the minimum possible length for
trees given the active characters and taxa.
max_lengthA number indicating the maximum possible length for
trees given the active characters and taxa.
tagsA 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.