plot.eDNA_model.Rd
Plot eDNA model results
# S3 method for class 'eDNA_model' plot(x, y, pars = c("intercept", "betas"), ...)
object of class eDNA_model_*
ignored
parameters to plot
additional args passed to plot.stanfit
ggplot of posterior estimates
Plot eDNA model results. Currently, this is just a wrapper for rstan::plot, which produces a "catapillar" plot.
rstan::plot
Matt Espe