ltt95 {phytools} | R Documentation |
Creates a (1-\alpha
)% CI for a set of LTTs
Description
This function computes LTT plots for a set of trees & plots a (1-\alpha
)% CI by various methods. (See ltt
for more details.)
Usage
ltt95(trees, alpha=0.05, log=FALSE, method=c("lineages","times"),
mode=c("median","mean"), ...)
## S3 method for class 'ltt95'
plot(x, ...)
Arguments
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 |
Details
This function creates a plot and invisibly returns an object of class "ltt95"
.
Author(s)
Liam Revell liam.revell@umb.edu
References
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.