epirice.model {ZeBook} | R Documentation |
The Epirice model (Disease model for rice)
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
[Package ZeBook version 1.1 Index]