Learn R Programming

phangorn (version 1.0-0)

lento: Lento plot

Description

The lento plot represents support and conflict of splits.

Usage

lento(obj, xlim = NULL, ylim = NULL, main = "Lento plot", sub = NULL, xlab = NULL, ylab = NULL, ...)

Arguments

obj
an object of class phylo or splits
xlim
graphical parameter
ylim
raphical parameter
main
raphical parameter
sub
raphical parameter
xlab
raphical parameter
ylab
raphical parameter
...
Further arguments passed to or from other methods.

Value

  • lento returns a plot.

References

Lento, G.M., Hickson, R.E., Chambers G.K., and Penny, D. (1995) Use of spectral analysis to test hypotheses on the origin of pinninpeds. Molecular Biology and Evolution, 12, 28-52.

See Also

as.splits

Examples

Run this code
trees = allTrees(5)
lento(as.splits(trees))

Run the code above in your browser using DataLab