powered by
This function returns a list of crop parameters for the WOFOST model. See this manual https://www.wur.nl/en/show/WOFOST-7.1-User-Manual.htm for their interpretation.
wofost_crop(name="", describe=FALSE)
character. Either the name of a crop that comes with the package (see examples) or a filename of a similarly formatted file
logical. If TRUE avaialble metadata is printed
TRUE
list
van Heemst
wofost
# NOT RUN { wofost_crop('') crop <- wofost_crop('barley') str(crop) # }
Run the code above in your browser using DataLab