Tools to build simulation experiments within the SpaDES
ecosystem. This includes replication, parameter sweeps, scenario analysis, pattern oriented modeling, and simulation experiments.
Website: https://spades-experiment.PredictiveEcology.org
Wiki: https://github.com/PredictiveEcology/SpaDES/wiki
Install from CRAN:
install.packages("SpaDES.experiment")
Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.experiment", dependencies = TRUE) # master
Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.experiment", ref = "development", dependencies = TRUE)