Plot eDNA model results

# S3 method for eDNA_model
plot(x, y, pars = "betas", ...)

Arguments

x

object of class eDNA_model_*

y

ignored

pars

parameters to plot

...

additional args passed to plot.stanfit

Value

ggplot of posterior estimates

Details

Plot eDNA model results. Currently, this is just a wrapper for rstan::plot, which produces a "catapillar" plot.

Author

Matt Espe