predict.bootstrap_phenologyFit {chillR}R Documentation

predict bootstrap_phenologyFit

Description

Generic function to predict a 'bootstrap_phenologyFit' object.

Usage

## S3 method for class 'bootstrap_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 data.frame with one column 'pbloomJDays' and a second one 'Err'.


[Package chillR version 0.75 Index]