Learn R Programming

ZeBook (version 1.1)

maize.model2: The basic Maize model for use with maize.simule

Description

Wrapper pour maize.model

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
# NOT RUN {
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