Plot method for eDNA simulations
# S3 method for eDNA_simulation
plot(
x,
y,
response = "Cq_star",
probs = c(0.025, 0.975),
alpha = 0.1,
jitter_width = 0.35,
...
)
object of class eDNA_simulation
ignored
the response variable to plot
the probability for plotting CIs
the alpha value, i.e. transparancy, of the points
the width of the jitter applied to the points
ignored
a list of ggplots
Plot method for eDNA simulations which creates a separate plot of the simulated CQ values by each of the variables, i.e. a plot of the marginal distributions. Each plot is returned in a list of gglot objects, each of which can be further augmented. By default, the points are semi-transparant and jittered to reduce overplotting.