View source: R/phenologyFitter.R
predict.phenologyFit | R Documentation |
Generic function to predict a 'phenologyFit' object.
## S3 method for class 'phenologyFit'
predict(object, SeasonList, ...)
object |
object of class 'phenologyFit' to predict. |
SeasonList |
List with data frames per season, see phenologyFit for more details. |
... |
additional parameters, ignored here |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.