Learn R Programming

simecol (version 0.9-3)

Simulation of Ecological (and Other) Dynamic Systems

Description

An object oriented framework to simulate ecological (and other) dynamic systems. It can be used for differential equations, individual-based (or agent-based) and other models as well. It supports structuring of simulation scenarios (to avoid copy and paste) and aims to improve readability and re-usability of code.

Copy Link

Version

Install

install.packages('simecol')

Monthly Downloads

1,201

Version

0.9-3

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Thomas Petzoldt

Last Published

June 24th, 2025

Functions in simecol (0.9-3)

modelFit-method

Show Results of Model Fits
pcuseries

Generate Plackett Bivariate Random Numbers
observer

Get or Set an Observer Functions to an `simObj' Object
odeModel

Generating-functions (Constructors) to Create Objects of Classes `odeModel', `rwalkModel' and `gridModel'.
plot-methods

Methods for Function plot in Package `simecol'
print-methods

Methods for Function `print' in Package `simecol'
seedfill

Color Fill Algorithm
sEdit

Simple editing
peaks

Find Peaks Within xy-Data
simecol-package

tools:::Rd_package_title("simecol")
ssqOdeModel

Sum of Squares Between odeModel and Data
upca

The Uniform Period Chaotic Amplitude Model
p.constrain

Transform Data Between Unconstrained and Box-constrained Scale
parms

Accessor Functions for `simObj' Objects
sim-methods

Simulation of 'simObj' model objects
approxTime

Linear Interpolation with Complete Matrices or Data Frames
diffusion

A Random Walk Particle Diffusion Model
conway

The Classical Coway's Game of Life
as.simObj

Coerce simObj Objects to Lists and Vice-Versa
CA

Stochastic Cellular Automaton
editParms

Edit `parms', `init' or `times' Slot of `simecol' Objects
chemostat

Chemostat Model
eightneighbours

Count Number of Neighbours in a Rectangular Cellular Grid.
addtoenv

Add Functions from a Non-nested List of Named Functions to a Common Environment
fromtoby

Create Regular Sequence from 'from-to-by' Vector
listOrNULL-class

Helpful Union Classes
fitOdeModel

Parameter Fitting for odeModel Objects
mixNamedVec

Mix Two Named Vectors, Resolving Name Conflicts
lv3

Lotka-Volterra-Type Model with Resource, Prey and Predator
initialize-methods

Methods for Function `initialize' in Package `simecol'
neighbours

Count Number of Neighbours on a Rectangular Grid.
iteration

Discrete Simulation
lv

Lotka-Volterra Predator-Prey Model
modelFit-class

Class of Fitted Model Parameters