modelProbaBB: Model for probability of budburst

Description Usage Arguments Value

View source: R/modelProbaBudburst.R

Description

Compute the probability of budburst as a function of accumulated CU and Fu

Usage

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
)

Arguments

temp.data

a data frame with the extracted temperatures experienced by the plant (as a result of the extractTemp function)

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 var.names = list(date="date",plant="plant",session="session",rep="rep",temp="temp.plant")

cufu.params

a list of parameters for the CU and FU curves. It must contain the following parameters: a.cu, b.cu, a.fu, b.fu, mu, s

temp.param

a list of min and max temperatures for the CU and FU functions, containing temp.min.cu, temp.min.fu,temp.max.cu, temp.max.fu

Value

the probability of budburst per plant, repetition and session


baeyc/dormancy documentation built on May 7, 2021, 1:09 a.m.