Learn R Programming

Rwofost (version 0.8-3)

wofost_control: WOFOST control parameters

Description

This functions returns a list of "control" parameters to run the WOFOST model. Either a default list, or from a file. See this manual https://www.wur.nl/en/show/WOFOST-7.1-User-Manual.htm for the interpretation of the parameters.

Usage

wofost_control(filename='')

Arguments

filename

character. Filename

Value

list

See Also

wofost

Examples

Run this code
# NOT RUN {
contr <- wofost_control()
str(contr)
# }

Run the code above in your browser using DataLab