Learn R Programming

ZeBook (version 0.3)

epirice.model: The EPIRICE model function

Description

Model description. Adapted from Savary et al.(2012)

Usage

epirice.model(param, weather, sdate = 1, ldate = 120,
    H0 = 600)

Arguments

param
: a vector of parameters
weather
: weather data.frame for one single year
sdate
: date to begin simulation (day of year) (default 1)
ldate
: date to end simulation (day of year) (default 120)
H0
: initial number of plant's healthy sites(default 600)

Value

  • data.frame with daily state variable

See Also

epirice.multi.simul