block_3sp {rEDM} | R Documentation |
Time series for a three-species coupled model.
Description
Time series generated from a discrete-time coupled Lotka-Volterra model exhibiting chaotic dynamics.
Usage
block_3sp
Format
A data frame with 198 rows and 10 columns:
time
time index (# of generations)
x_t
abundance of simulated species x at time t
x_t-1
abundance of simulated species x at time t-1
x_t-2
abundance of simulated species x at time t-2
y_t
abundance of simulated species y at time t
y_t-1
abundance of simulated species y at time t-1
y_t-2
abundance of simulated species y at time t-2
z_t
abundance of simulated species z at time t
z_t-1
abundance of simulated species z at time t-1
z_t-2
abundance of simulated species z at time t-2
[Package rEDM version 1.15.4 Index]