plot.phenologyFit: plot phenologyFit

View source: R/phenologyFitter.R

plot.phenologyFitR Documentation

plot phenologyFit

Description

Generic function to plot a 'phenologyFit' object

Usage

## S3 method for class 'phenologyFit'
plot(
  x,
  ylim = c(0.9 * min(c(x$bloomJDays, x$pbloomJDays)), 1.1 * max(c(x$bloomJDays,
    x$pbloomJDays))),
  ...
)

Arguments

x

object of class '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.