maize.simule_multisy240: Wrapper function to run Maize model for multiple sets of...

Description Usage Arguments Value Examples

Description

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

Usage

1
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

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

Example output

            [,1]
nominal 2660.091
binf    1426.997
bsup    4549.520

ZeBook documentation built on May 1, 2019, 9:48 p.m.