Learn R Programming

ecostatscale (version 1.1)

xt: Simulate deterministic dynamics of a single species

Description

Helper function for symdyn, used to simulate dynamics between disturbance events.

Usage

xt(t0, t1, B0, r)

Value

predicted value of x at time t1

Arguments

t0

initial time step

t1

desired time step

B0

initial abundance

r

relative growth rate

Examples

Run this code
# see xt2fun

Run the code above in your browser using DataLab