readWofostOutput: Read WOFOST output

Description Usage Arguments Value Examples

Description

Read output from the stand-alone (FORTAN) WOFOST crop growth model Implemented here to allow easy comparison of model output with output of the R implementation of the model.

Usage

1

Arguments

f

filename

wlim

logical. If TRUE, the results for water limited production are returned

Value

matrix

Examples

1
2
f <- system.file("test/1/wofost.out", package="Rwofost")
d <- readWofostOutput(f)

Rwofost documentation built on May 2, 2019, 5:48 p.m.