generate_time_series_LV: Simulated time series of species abundances

Description Usage Arguments Value

View source: R/solve_ODEs.R

Description

Simulated time series of species abundances

Usage

1
2
3
4
5
6
7
generate_time_series_LV(
  topology,
  state_initial,
  time_range,
  noise = F,
  noise_level = 0.01
)

Arguments

topology

interaction strength and intrinsic growth rates

state_initial

Initial species abundances

time_range

Time range to run the simulation

noise

Whether there should be noise

Value

A tibble with simulated time series of species abundances


clsong/topodetective documentation built on Feb. 18, 2022, 2:35 a.m.