Easily implement a variety of simulation models, with a focus on spatially explicit models. These include raster-based, event-based, and agent-based models. The core simulation components are built upon a discrete event simulation framework that facilitates modularity, and easily enables the user to include additional functionality by running user-built simulation modules. Included are numerous tools to rapidly visualize raster and other maps.
Website: http://SpaDES.PredictiveEcology.org
Wiki: https://github.com/PredictiveEcology/SpaDES/wiki
Building packages from source requires the appropriate development libraries for your operating system (e.g., Windows users should install Rtools).
The suggested package fastshp can be installed with:
install.packages("fastshp", repos="http://rforge.net", type="source")Install from CRAN:
install.packages("SpaDES")Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES") # stableInstall from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES", ref="development") # unstableVignettes:
Available via our wiki or via browseVignettes(package="SpaDES").
Wiki:
https://github.com/PredictiveEcology/SpaDES/wiki
Contact us via the package GitHub site: https://github.com/PredictiveEcology/SpaDES/issues.
Copyright (C) 2015 Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada