powered by
Get the average nLTT from a collection of phylogenies
nltts_plot( phylogenies, dt = 0.001, plot_nltts = FALSE, xlab = "Normalized Time", ylab = "Normalized Lineages", replot = FALSE, ... )
Nothing
a collection of one or more phylogenies, where the phylogenies are of type phylo. This collection can both be a list of phylo or a multiphylo.
The timestep resolution, a value bigger than zero and less or equal to one. 1/dt is the number of points that will be evaluated
Also plot each nLLT line
Label on the x axis
Label on the y axis
If false, start a clean plot. If true, plot the new data over the current
Plotting options
Richèl J.C. Bilderbeek
nltts_plot(c(ape::rcoal(10), ape::rcoal(10))) nltts_plot(c(ape::rcoal(10), ape::rcoal(20)), dt = 0.1)
Run the code above in your browser using DataLab