plot.evorates | R Documentation |
Plot simulated trait and/or rate data from a
## 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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.