plot.evorates_fit: Plot a fitted evorates model

View source: R/FIT_plot.R

plot.evorates_fitR Documentation

Plot a fitted evorates model

Description

This function can plot the results of a fitted evorates model in several different styles

Usage

## S3 method for class 'evorates_fit'
plot(
  fit,
  chain = NULL,
  type = c("quantiles", "chains", "means", "diagnostics"),
  extra.select = NULL,
  post.probs = c("stored", "recalculate", "none"),
  devs = c("none", "stored", "recalculate"),
  remove.trend = TRUE,
  geometric = TRUE,
  recon.type = NULL,
  recon.extra.select = NULL,
  ...,
  post.probs.args = NULL,
  sim = NULL
)

bstaggmartin/backwards-BM-simulator documentation built on June 3, 2024, 5:51 p.m.