Learn R Programming

ibm

Simulation of Individual Based Models (IBM) in R
Implementation of some (simple) Individual Based Models and methods to create new ones, particularly for population dynamics models (reproduction, mortality and movement). The basic operations for the simulations are implemented in Rcpp for speed.i

Installation

Get the released version from CRAN:

install.packages("ibm")

Or the development version from github:

# install.packages("devtools")
devtools::install_github("roliveros-ramos/ibm")

Copy Link

Version

Install

install.packages('ibm')

Monthly Downloads

169

Version

0.3.0

License

GPL-2

Maintainer

Ricardo OliverosRamos

Last Published

February 14th, 2024

Functions in ibm (0.3.0)

mortality

Mortality Process
diffusion

Brownian diffusion of a set of particles
localLotkaVolterra

Lotka-Volterra with local predation interactions
boundaries

Spatial boundary restrictions
ibm-package

Individual based models in R
reproduction

Reproduction Process