Learn R Programming

⚠️There's a newer version (0.9-3) of this package.Take me there.

simecol (version 0.8-6)

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. The package helps to organize scenarios (to avoid copy and paste) and aims to improve readability and usability of code.

Copy Link

Version

Install

install.packages('simecol')

Monthly Downloads

376

Version

0.8-6

License

GPL (>= 2)

Maintainer

Thomas Petzoldt

Last Published

March 19th, 2015

Functions in simecol (0.8-6)

addtoenv

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

Simulation of 'simObj' model objects
conway

The Classical Coway's Game of Life
sEdit

Simple editing
iteration

Discrete Simulation
neighbours

Count Number of Neighbours on a Rectangular Grid.
upca

The Uniform Period Chaotic Amplitude Model
lv

Lotka-Volterra Predator-Prey Model
peaks

Find Peaks Within xy-Data
simecol-package

The `simecol' Package
ssqOdeModel

Sum of Squares Between odeModel and Data
CA

Stochastic Cellular Automaton
p.constrain

Transform Data Between Unconstrained and Box-constrained Scale
print-methods

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

Generate Plackett Bivariate Random Numbers
initialize-methods

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

Mix Two Named Vectors, Resolving Name Conflicts
seedfill

Color Fill Algorithm
fixParms

Fix `parms', `init' or `times' Slot of `simecol' Objects
odeModel

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

Helpful Union Classes
parms

Accessor Functions for `simObj' Objects
as.simObj

Coerce simObj Objects to Lists and Vice-Versa
plot-methods

Methods for Function plot in Package `simecol'
observer

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

Create Regular Sequence from 'from-to-by' Vector
diffusion

A Random Walk Particle Diffusion Model
eightneighbours

Count Number of Neighbours in a Rectangular Cellular Grid.
chemostat

Chemostat Model
lv3

Lotka-Volterra-Type Model with Resource, Prey and Predator
approxTime

Linear Interpolation with Complete Matrices or Data Frames
fitOdeModel

Parameter Fitting for odeModel Objects