Other packages > Find by keyword >

NetLogoR  

Build and Run Spatially Explicit Agent-Based Models
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("NetLogoR", "1.0.5")



Attach the package and use:
library("NetLogoR")
Maintained by
Eliot J B McIntire
[Scholar Profile | Author Map]
First Published: 2018-02-05
Latest Update: 2022-11-09
Description:
Build and run spatially explicit agent-based models using only the R platform. 'NetLogoR' follows the same framework as the 'NetLogo' software (Wilensky (1999) ) and is a translation in R of the structure and functions of 'NetLogo'. 'NetLogoR' provides new R classes to define model agents and functions to implement spatially explicit agent-based models in the R environment. This package allows benefiting of the fast and easy coding phase from the highly developed 'NetLogo' framework, coupled with the versatility, power and massive resources of the R software. Examples of two models from the NetLogo software repository (Ants ) and Wolf-Sheep-Predation (), and a third, Butterfly, from Railsback and Grimm (2012) , all written using 'NetLogoR' are available. The 'NetLogo' code of the original version of these models is provided alongside. A programming guide inspired from the 'NetLogo' Programming Guide () and a dictionary of 'NetLogo' primitives () equivalences are also available. NOTE: To increment 'time', these functions can use a for loop or can be integrated with a discrete event simulator, such as 'SpaDES' (). The suggested package 'fastshp' can be installed with 'install.packages("fastshp", repos = (""), type = "source")'.
How to cite:
Eliot J B McIntire (2018). NetLogoR: Build and Run Spatially Explicit Agent-Based Models. R package version 1.0.5, https://cran.r-project.org/web/packages/NetLogoR. Accessed 13 Apr. 2025.
Previous versions and publish date:
0.3.1 (2018-02-05 11:03), 0.3.2 (2018-02-12 16:40), 0.3.3 (2018-06-07 20:42), 0.3.4 (2018-10-07 20:00), 0.3.5 (2019-01-25 18:20), 0.3.6 (2019-11-27 13:00), 0.3.7 (2020-03-02 11:00), 0.3.8 (2021-07-10 12:40), 0.3.9 (2021-10-19 19:00), 0.3.10 (2022-02-18 09:20), 0.3.11 (2022-08-17 09:30)
Other packages that cited NetLogoR R package
View NetLogoR citation profile
Other R packages that NetLogoR depends, imports, suggests or enhances
Complete documentation for NetLogoR
Functions, R codes and Examples using the NetLogoR R package
Full NetLogoR package functions and examples
Downloads during the last 30 days
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for NetLogoR05101520253035404550TrendBars

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
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