plot.eDNA_model: Plot eDNA model results
Description
Plot eDNA model results
Usage
# S3 method for eDNA_model
plot(x, y, pars = "betas", ...)
Arguments
x
object of class eDNA_model_*
...
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.