Learn R Programming

ZeBook (version 0.4)

maize.simule_multisy240: Wrapping function to run maize model and compute mean Biomass at day240 for a list of site-year, for a matrix of parameter (design).

Description

Wrapping function to run maize model and compute mean Biomass at day240 for a list of site-year, for a matrix of parameter (design).

Usage

maize.simule_multisy240(X, liste_sy, sdate, ldate,
    all = FALSE)

Arguments

X
: matrix of n row vectors of 7 parameters
liste_sy
: vector of site-year
sdate
: sowing date
ldate
: last date
all
: if you want a matrix combining X and output (default = FALSE)

Value

  • a matrix of mean biomass at day=240 for all combinations of parameters of X

Examples

Run this code
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