Learn R Programming

ZeBook (version 0.4)

maize.model2: The basic Maize model function with a little change to use with maize.simul

Description

The basic Maize model function with a little change to use with maize.simul

Usage

maize.model2(param, weather, sdate, ldate)

Arguments

param
: a vector of parameters
weather
: weather data.frame for one single year
sdate
: sowing date
ldate
: last date

Value

  • data.frame with daily TT, LAI,B

Examples

Run this code
weather = maize.weather(working.year=2010, working.site=30,weather_all=weather_EuropeEU)
maize.model2(maize.define.param()["nominal",], weather, sdate=100, ldate=250)

Run the code above in your browser using DataLab