exampleTrees {nLTT} | R Documentation |
example trees to test the functionality of the package
Description
100 phylogenetic trees of class phylo
, generated using the sim.globalBiDe.age function from the TESS
package, with lambda = 0.3, mu = 0.1, age = 10.
Usage
data(exampleTrees)
Format
A list containing objects of class phylo
.
Examples
data(exampleTrees);
obs <- exampleTrees[[1]];
nltt_plot(obs);
[Package nLTT version 1.4.9 Index]