Description Usage Arguments Value
View source: R/modelProbaBudburst.R
Compute the probability of budburst as a function of accumulated CU and Fu
1 2 3 4 5 6 7 | modelProbaBB(
temp.data,
var.names = list(date = "date", plant = "plant", session = "session", rep = "rep",
temp = "temp.plant", duration = "duration"),
temp.params,
cufu.params
)
|
temp.data |
a data frame with the extracted temperatures experienced by the plant (as a result of the |
var.names |
a list with the names of the variables containing the date, the plant ID, the session, the repetition and the temperature. Default is
|
cufu.params |
a list of parameters for the CU and FU curves. It must contain the following parameters: |
temp.param |
a list of min and max temperatures for the CU and FU functions, containing |
the probability of budburst per plant, repetition and session
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.