Other packages > Find by keyword >

SpaDES  

Develop and Run Spatially Explicit Discrete Event Simulation Models
View on CRAN: Click here


Download and install SpaDES package within the R console
Install from CRAN:
install.packages("SpaDES")

Install from Github:
library("remotes")
install_github("cran/SpaDES")

Install by package version:
library("remotes")
install_version("SpaDES", "2.0.11")



Attach the package and use:
library("SpaDES")
Maintained by
Alex M Chubaty
[Scholar Profile | Author Map]
First Published: 2015-08-10
Latest Update: 2022-11-09
Description:
Metapackage for implementing a variety of event-based models, with a focus on spatially explicit models. These include raster-based, event-based, and agent-based models. The core simulation components (provided by 'SpaDES.core') are built upon a discrete event simulation (DES; see Matloff (2011) ch 7.8.3 <https://nostarch.com/artofr.htm>) framework that facilitates modularity, and easily enables the user to include additional functionality by running user-built simulation modules (see also 'SpaDES.tools'). Included are numerous tools to visualize rasters and other maps (via 'quickPlot'), and caching methods for reproducible simulations (via 'reproducible'). Tools for running simulation experiments are provided by 'SpaDES.experiment'. Additional functionality is provided by the 'SpaDES.addins' and 'SpaDES.shiny' packages.
How to cite:
Alex M Chubaty (2015). SpaDES: Develop and Run Spatially Explicit Discrete Event Simulation Models. R package version 2.0.11, https://cran.r-project.org/web/packages/SpaDES. Accessed 11 Apr. 2025.
Previous versions and publish date:
1.0.1 (2015-08-10 22:34), 1.1.0 (2016-01-26 23:08), 1.1.1 (2016-02-17 00:12), 1.1.2 (2016-04-13 09:28), 1.1.3 (2016-04-19 00:46), 1.1.4 (2016-04-20 21:20), 1.2.0 (2016-06-24 20:16), 1.3.0 (2016-10-06 13:06), 1.3.1 (2016-10-07 18:43), 2.0.0 (2017-09-05 19:16), 2.0.1 (2018-02-01 17:13), 2.0.2 (2018-06-15 17:50), 2.0.3 (2019-02-03 17:53), 2.0.4 (2019-09-17 16:00), 2.0.6 (2021-01-13 20:20), 2.0.7 (2021-06-14 10:20), 2.0.8 (2022-02-17 01:50), 2.0.9 (2022-08-19 23:30), 2.0.10 (2024-04-05 17:43)
Other packages that cited SpaDES R package
View SpaDES citation profile
Other R packages that SpaDES depends, imports, suggests or enhances
Complete documentation for SpaDES
Functions, R codes and Examples using the SpaDES R package
Full SpaDES package functions and examples
Downloads during the last 30 days
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for SpaDES020406080100120140TrendBars

Today's Hot Picks in Authors and Packages

multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  
extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  
GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
Download / Learn more Package Citations See dependency  
Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA