wofost_crop: WOFOST crop parameters

View source: R/parameters.R

wofost_cropR Documentation

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)

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

wofost_crop('')
crop <- wofost_crop('barley')
str(crop)

Rwofost documentation built on Dec. 7, 2025, 9:07 a.m.