Last chance! 50% off unlimited learning
Sale ends in
Generic function to plot a `phenologyFit` object
# S3 method for phenologyFit
plot(
x,
ylim = c(0.9 * min(c(x$bloomJDays, x$pbloomJDays)), 1.1 * max(c(x$bloomJDays,
x$pbloomJDays))),
...
)
object of class `phenologyFit` to plot.
numeric vector of length 2 with the limit for the y-axis
additional graphical parameters to pass on.
No return value.