
Wrapper function to run Maize model for multiple sets of input variables (site-year) and give Biomass at day240.
maize.simule_multisy240(X, liste_sy, sdate, ldate, all = FALSE)
: matrix of n row vectors of 7 parameters
: vector of site-year
: sowing date
: last date
: if you want a matrix combining X and output (default = FALSE)
a matrix of mean biomass at day=240 for all combinations of parameters of X
# NOT RUN {
maize.simule_multisy240(maize.define.param(),c("18-2006","64-2004"),
sdate=100, ldate=250, all=FALSE)
# }
Run the code above in your browser using DataLab