plot.evorates_fit | R Documentation |
This function can plot the results of a fitted evorates model in several different styles
## 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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.