Learn R Programming

apsimr (version 1.2)

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

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.

Arguments

Details

Package:
apsimr
Type:
Package
Version:
1.2
Date:
2015-10-09
License:
GPL(>=3)

References

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

See Also

APSIMBatch, sensitivity

Examples

Run this code
## 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)

Run the code above in your browser using DataLab