apsimr-package: Run, edit, visualize APSIM from R

Description Details Author(s) References See Also Examples

Description

The Agricultural Production Systems sIMulator (APSIM) is a widely used simulator of agricultural systems. This package includes functions to create, edit and run APSIM simulations from R. It also includes functions to visualize the results of an APSIM simulation and perform sensitivity/uncertainty analysis of APSIM either via functions in the sensitivity package or by novel emulator-based functions. An installation of APSIM is required for this package to be of any use. Assuming non-commercial use, APSIM can be downloaded for free from http://www.apsim.info/Products/Downloads.aspx.

Details

Package: apsimr
Type: Package
Version: 1.0
Date: 2015-05-04
License: GPL(>=3)

Author(s)

Bryan Stanfill

Maintainer: Bryan Stanfill <bryan.stanfill@csiro.au>

References

See http://www.apsim.info/ for information about APSIM.

See Also

APSIMBatch, sensitivity

Examples

1
2
3
4
5
6
7
## Not run: 
apsimExe <-"C:/Program Files (x86)/Apsim76-r3376/Model/Apsim.exe"
apsimWd <- "~/APSIM"
apsimResults <- apsim(exe = apsimExe, wd = apsimWd, files = "Centro.apsim")
plot(apsimResults)

## End(Not run)

stanfill/apsimr documentation built on May 30, 2019, 9:40 a.m.