plot.bootstrap_phenologyFit: plot bootstrap_phenologyFit

View source: R/bootstrap_phenologyFit.R

plot.bootstrap_phenologyFitR Documentation

plot bootstrap_phenologyFit

Description

Generic function to plot a 'bootstrap_phenologyFit' object

Usage

## S3 method for class '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))),
  ...
)

Arguments

x

object of class 'bootstrap_phenologyFit' to plot.

ylim

numeric vector of length 2 with the limit for the y-axis

...

additional graphical parameters to pass on.

Value

No return value.


chillR documentation built on Nov. 28, 2023, 1:09 a.m.