ltt95 | R Documentation |
\alpha
)% CI for a set of LTTsThis function computes LTT plots for a set of trees & plots a (1-\alpha
)% CI by various methods. (See ltt
for more details.)
ltt95(trees, alpha=0.05, log=FALSE, method=c("lineages","times"),
mode=c("median","mean"), ...)
## S3 method for class 'ltt95'
plot(x, ...)
trees |
is an object of class |
alpha |
confidence level. Defaults to |
log |
logical value indicating whether or not to plot on the semi-log scale. |
method |
plot the CI on the number of lineages given time ( |
mode |
plot the median or mean LTT. |
x |
object of class |
... |
optional arguments to be used by |
This function creates a plot and invisibly returns an object of class "ltt95"
.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
ltt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.