Learn R Programming

Rwofost (version 0.8-7)

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://swap.wur.nl/Documents/WCC_WOFOST_717_Manual.pdf for the interpretation of the parameters.

Usage

wofost_control(filename='')

Value

list

Arguments

filename

character. Filename

See Also

wofost

Examples

Run this code
contr <- wofost_control()
str(contr)

Run the code above in your browser using DataLab