nltt_plot {nLTT} | R Documentation |
Normalized version of the ape function ltt.plot
Description
This function uses a modified version of the ltt.plot function
from "ape"
to plot the normalized number of lineages
through normalized time, where the number of lineages is normalized
by dividing by the number of tips of the tree,
and the time is normalized by the total time between
the most common recent ancestor and the present,
such that t(MRCA) = 0 & t(present) = 1.
Usage
nltt_plot(
phy, xlab = "Normalized Time", ylab = "Normalized Lineages", ...)
Arguments
phy |
an object of class |
xlab |
a character string (or a variable of mode character)
giving the label for the |
ylab |
a character string (or a variable of mode character)
giving the label for the |
... |
further graphical arguments that can be passed to |
Author(s)
Thijs Janzen
Examples
data(exampleTrees)
nltt_plot(exampleTrees[[1]])
[Package nLTT version 1.4.9 Index]