Learn R Programming

nLTT (version 1.4.9)

exampleTrees: 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)

Arguments

Format

A list containing objects of class phylo.

Examples

Run this code
 data(exampleTrees);
 obs <- exampleTrees[[1]];
 nltt_plot(obs);

Run the code above in your browser using DataLab