nulsim: Simple Neutral community (SN)

Description Usage Arguments Value Author(s) Examples

Description

Simple Neutral community (SN)

Usage

1
nulsim(tmax, b1, d1, k1, abun_original, interval)

Arguments

tmax

Arbitrary units of time the simulation should be run

b1

Birthrate

d1

Deathrate

k1

Carrying capacity

abun_original

A vector of initial abundances for each species such as those created by generate_spat_abund

interval

After how many evenst should the population state be saved to the output matrix

Value

A matrix denoting the abundances of all the species in the community over time

Author(s)

Timo van Eldijk

Examples

1
nulsim(10, 0.6, 0.1, 16000, generate_spat_abund(theta = 200,Ivec = rep(40,1),Jvec = c(16000)), 200)

DeadParrot69/CWERNI documentation built on April 21, 2020, 3:10 a.m.