maize.multisy240 {ZeBook}R Documentation

Wrapper function to run Maize model for 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.multisy240(param, liste_sy, sdate, ldate,
  weather_all = weather_EuropeEU)

Arguments

param

: a vector of parameters

liste_sy

: vector of site-year

sdate

: sowing date

ldate

: last date

weather_all

: weather data table used

Value

mean biomass at day=240

Examples

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

[Package ZeBook version 1.1 Index]