Learn R Programming

ZeBook (version 0.4)

maize.multisy240: Wrapping function to run maize model on a list of site-year and compute mean Biomass at day240.

Description

Wrapping function to run maize model on a list of site-year and compute mean Biomass at day240.

Usage

maize.multisy240(param, liste_sy, sdate, ldate)

Arguments

param
: a vector of parameters
liste_sy
: vector of site-year
sdate
: sowing date
ldate
: last date

Value

  • mean biomass at day=240

Examples

Run this code
maize.multisy240(maize.define.param()["nominal",],c("18-2006","64-2004") , sdate=100, ldate=250)

Run the code above in your browser using DataLab