scr_arg4: Argument 4: co-occurrence and scale

Description Usage Arguments Examples

View source: R/scr_arg4.R

Description

Code to reproduce analysis for argument 4 and figure 4. Use set.seed(7891), run_all = TRUE and nrep = 1e-5 to obtain the results of the original study (see example below, it takes ~1 hour on CPU i7 to run).

Usage

1
scr_arg4(run_all = FALSE, nrep = 10000)

Arguments

run_all

Number of repetitions for every environmental values.

nrep

Number of repetitions for every environmental values, ignored if run_all = FALSE.

Examples

1
2
3
4
5
## Not run: 
set.seed(7891)
agr4_res <- scr_arg4(run_all = TRUE, nrep = 1e5)

## End(Not run)

TheoreticalEcosystemEcology/coocc_not_inter documentation built on March 31, 2020, 12:57 a.m.