plot.evorates: Plot simulated trait and/or rate data from a

View source: R/sim_plot.R

plot.evoratesR Documentation

Plot simulated trait and/or rate data from a

Description

Plot simulated trait and/or rate data from a

Usage

## S3 method for class 'evorates'
plot(
  sim,
  traits = 1:ncol(sim$X),
  style = c("phenogram", "phylogram", "cladogram", "fan", "unrooted", "radial"),
  col = def.color.scheme(),
  na.col = "gray90",
  val.range = NULL,
  res = 100,
  alpha = NA,
  breaks = NULL,
  colvec = NULL,
  lwd = 1,
  lty = 1,
  xlab = NULL,
  ylab = NULL,
  add = F,
  color.element = "R",
  exp = FALSE,
  exp.txt = TRUE,
  ...,
  legend = T,
  legend.args = NULL
)

bstaggmartin/evorates documentation built on May 31, 2024, 5:56 a.m.