nltt_lines {nLTT} | R Documentation |
Normalized version of the ape function ltt.lines.
Description
This is a modified version of the ape
function ltt.lines:
add the normalized Lineage-Through-Time statistic of a phylogenetic tree
to an already existing plot
Usage
nltt_lines(phy, ...)
Arguments
phy |
an object of class |
... |
further graphical arguments that can be passed to |
Author(s)
Thijs Janzen
Examples
data(exampleTrees)
nltt_plot(exampleTrees[[1]])
nltt_lines(exampleTrees[[2]], lty=2)
[Package nLTT version 1.4.9 Index]