WOFOST (WOrld FOod STudies by Alterra Wageningen) is a simulation model for the quantitative analysis of the growth and production of annual field crops. The wofostats
package provides functions to handle WOFOST parameter input files and model results.
Currently, the following functions are available:
- Read WOFOST output files (*.out, *.pps, *.wps)
read.wofost()
- Write CABO weather files
write.cabo()
wofostats
is available on github. To install the package paste the following code into your R console:
if (!'devtools' %in% installed.packages()[,'Package']) install.packages('devtools')
devtools::install_github('zsteinmetz/wofostats')
require(wofostats)