Generic function to plot a `bootstrap_phenologyFit` object
# S3 method for bootstrap_phenologyFit
plot(
x,
ylim = c(0.9 * min(c(x$object$bloomJDays, x$object$pbloomJDays)), 1.1 *
max(c(x$object$bloomJDays, x$object$pbloomJDays))),
...
)
No return value.
object of class `bootstrap_phenologyFit` to plot.
numeric vector of length 2 with the limit for the y-axis
additional graphical parameters to pass on.