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("plethodon")
pleth.btimes <- plethodon
plotLtt(pleth.btimes)


[Package laser version 1.0 Index]