Generic function to predict a `phenologyFit` object.
# S3 method for phenologyFit
predict(object, SeasonList, ...)
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.
object of class `phenologyFit` to predict.
List with data frames per season, see phenologyFit for more details.
additional parameters, ignored here