wofost_soil: WOFOST soil parameters

View source: R/parameters.R

wofost_soilR Documentation

WOFOST soil parameters

Description

This function returns a list with soil parameters for the WOFOST model. See this manual https://swap.wur.nl/Documents/WCC_WOFOST_717_Manual.pdf 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)

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