predict.phenologyFit: predict phenologyFit

View source: R/phenologyFitter.R

predict.phenologyFitR Documentation

predict phenologyFit

Description

Generic function to predict a 'phenologyFit' object.

Usage

## S3 method for class 'phenologyFit'
predict(object, SeasonList, ...)

Arguments

object

object of class 'phenologyFit' to predict.

SeasonList

List with data frames per season, see phenologyFit for more details.

...

additional parameters, ignored here

Value

A numeric vector is returned with a predicted bloom day per Season in 'SeasonList'. If 'SeasonList' is missing, the original 'SeasonList' is used for prediction.


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