Learn R Programming

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

simecol (version 0.6-11)

Simulation of ecological (and other) dynamic systems

Description

simecol is 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 (avoids copy and paste) and improves readability and usability of code.

Copy Link

Version

Install

install.packages('simecol')

Monthly Downloads

376

Version

0.6-11

License

GPL (>= 2)

Maintainer

Thomas Petzoldt

Last Published

October 4th, 2010

Functions in simecol (0.6-11)

odeModel

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

Methods for Function plot in Package `simecol'
seedfill

Color Fill Algorithm
mixNamedVec

Mix Two Named Vectors, Resolving Name Conflicts
diffusion

A Random Walk Particle Diffusion Model
neighbours

Count Number of Neighbours in a Rectangular Cellular Grid.
addtoenv

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

Stochastic Cellular Automaton
iteration

Discrete Simulation
fitOdeModel

Parameter Fitting for odeModel Objects
peaks

Find Peaks Within xy-Data
as.simObj

Coerce simObj Objects to Lists and Vice-Versa
p.constrain

Transform Data Between Unconstrained and Box-constrained Scale
sEdit

Simple editing
upca

The Uniform Period Chaotic Amplitude Model
conway

The Classical Coway's Game of Life
print-methods

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

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

Accessor Functions for `simObj' Objects
sim-methods

Simulation of 'simObj' model objects
lv3

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

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

Chemostat Model
pcuseries

Generate Plackett Bivariate Random Numbers
simecol-package

General Information about the `simecol' Package
approxTime

Linear Interpolation with Complete Matrices or Data Frames
listOrNULL-class

Helpful Union Classes
fixParms

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

Sum of Squares Between odeModel and Data
initialize-methods

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

Count Number of Neighbours in a Rectangular Cellular Grid.
lv

Lotka-Volterra Predator-Prey Model