lotvolt_sp: Run Lotka-Voltera comparison simulation for many species

Description Usage Arguments

View source: R/lotvolt.R

Description

A wrapper function to facilitate running simulations where the number of species can be more than 2.

Usage

1
2
lotvolt_sp(n_sim, b, obs_errors = 0, u_d, u_e, burnin = 100,
  ef_interval = 20)

Arguments

n_sim

Number of Monte Carlo simulations to run

b

Competition value (same for all species)

obs_errors

Either 0 (no observation errors) or a matrix of observation errors

u_d

Mean 0, standard deviation 1 demographic deviations.

u_e

Mean 0, standard deviation 1 environmental deviations.

burnin

How many iterations to discard as burn in.

ef_interval

How many bins to divide the efficient frontier into when calculating the frontier based on the Monte Carlo results.


seananderson/ecofoliosim documentation built on May 29, 2019, 4:25 p.m.