Skip to content

APSIMInitiative/ApsimOnR

Repository files navigation

ApsimOnR

The goal of ApsimOnR is to perform simulations with the Apsim model

Installation

The development version from GitHub can be installed with:

devtools::install_github("hol430/ApsimOnR")

Or using the lightweight remotes package:

# install.packages("remotes")
remotes::install_github("hol430/ApsimOnR")

Example

TODO