Description Usage Arguments Value See Also
rankDiscriminatoryStats ranks different summary stats of rooted binary phylo trees by discriminatory power.
1 2  | rankDiscriminatoryStats(tList1, tList2, basic = TRUE, network = TRUE,
  spectral = TRUE, unitMean = TRUE)
 | 
tList1 | 
 A list of trees of class   | 
tList2 | 
 A list of trees of class   | 
basic | 
 A logical scalar; if TRUE, computes the basic tree statistics for the lists (lengths must be equal).  | 
network | 
 A logical scalar; if TRUE, computes the network statistics for the lists (lengths must be equal).  | 
spectral | 
 A logical scalar; if TRUE, computes the spectral statistics for the lists (lengths must be equal).  | 
unitMean | 
 A logical scalar; if TRUE, the tree's branch lengths are scaled to unit mean beforehand.  | 
A named list containing the statistics for the first set of trees, the second set of trees, and p-values.
Other drivers for computing summary statistics: computeBasicStats,
computeLMStats,
computeNetworkStats,
computeSpectralStats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.