maize.simule_multisy240 {ZeBook}R Documentation

Wrapper function to run Maize model for multiple sets of parameter values (virtual design) and multiple sets of input variables (site-year) and give Biomass at day240

Description

Wrapper function to run Maize model for multiple sets of input variables (site-year) and give Biomass at day240.

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

maize.simule_multisy240(maize.define.param(),c("18-2006","64-2004"),
  sdate=100, ldate=250, all=FALSE)

[Package ZeBook version 1.1 Index]