Learn R Programming

chillR (version 0.75)

predict.phenologyFit: predict phenologyFit

Description

Generic function to predict a `phenologyFit` object.

Usage

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

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.

Arguments

object

object of class `phenologyFit` to predict.

SeasonList

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

...

additional parameters, ignored here