Learn R Programming

Rwofost (version 0.8-7)

wofost_crop: WOFOST crop parameters

Description

This function returns a list of crop parameters for the WOFOST model. See this manual https://swap.wur.nl/Documents/WCC_WOFOST_717_Manual.pdf for their interpretation.

Usage

wofost_crop(name="", describe=FALSE)

Value

list

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

References

van Heemst

See Also

wofost

Examples

Run this code
wofost_crop('')
crop <- wofost_crop('barley')
str(crop)

Run the code above in your browser using DataLab