nltt_lines: Normalized version of the ape function ltt.lines.

View source: R/plot_nLTT.R

nltt_linesR Documentation

Normalized version of the ape function ltt.lines.

Description

This is a modified version of the ape function ltt.lines: add the normalized Lineage-Through-Time statistic of a phylogenetic tree to an already existing plot

Usage

nltt_lines(phy, ...)

Arguments

phy

an object of class "phylo"

...

further graphical arguments that can be passed to lines()

Author(s)

Thijs Janzen

Examples

  data(exampleTrees)
  nltt_plot(exampleTrees[[1]])
  nltt_lines(exampleTrees[[2]], lty=2)

nLTT documentation built on Aug. 21, 2023, 5:13 p.m.