wofost_soil {Rwofost}R Documentation

WOFOST soil parameters

Description

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

Usage

wofost_soil(name='')

Arguments

name

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

Value

list

See Also

wofost

Examples

wofost_soil('')
soil <- wofost_soil('ec1')
str(soil)

[Package Rwofost version 0.8-3 Index]