predict.phenologyFit {chillR} | R 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.
[Package chillR version 0.75 Index]