plotLtt {laser}R Documentation

plotLtt

Description

Plots log-lineages through time given a vector of branching times.

Usage

plotLtt(x)

Arguments

x a numeric vector of branching times

Value

a plotting function with no return value

Author(s)

Dan Rabosky DLR32@cornell.edu

Examples


data(warblers)
plotLtt(warblers);

[Package laser version 2.2 Index]