View source: R/rescaleTreeSupport.R
rescaleTreeSupport | R Documentation |
This function takes the output of getAlignmentSupport, and returns a numeric vector of total, summed support that has been rescaled
rescaleTreeSupport(tree_support, scale, scale_range, return_total)
tree_support |
Output of getAlignmentSupport |
scale |
Scaling factor. Options include:
|
scale_range |
OPTIONAL: Set range of values to scale by giving a c(min,max). Values below min or above max will be set to the minimum/maximum value without it. [Default: Use all data] |
return_total |
OPTIONAL: If TRUE, return raw sum total support values for each clade |
Numeric vector the length of the number of clades, and corresponding to rescaled total support values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.