wofost_crop: WOFOST crop parameters

Description Usage Arguments Value References See Also Examples

View source: R/parameters.R

Description

This function returns a list of crop parameters for the WOFOST model. See this manual https://www.wur.nl/en/show/WOFOST-7.1-User-Manual.htm for their interpretation.

Usage

1
wofost_crop(name="", describe=FALSE)

Arguments

name

character. Either the name of a crop that comes with the package (see examples) or a filename of a similarly formatted file

describe

logical. If TRUE avaialble metadata is printed

Value

list

References

van Heemst

See Also

wofost

Examples

1
2
3
wofost_crop('')
crop <- wofost_crop('barley')
str(crop)

Rwofost documentation built on Oct. 1, 2021, 5:07 p.m.