defineSimulations: Output all spatial simulations as a list of named functions

Description Usage Details Value References Examples

View source: R/defineSimulations.R

Description

Creates a list of named functions, each of which accept a simulations.input object

Usage

1

Details

All of the spatial simulations we calculated for our manuscript are included in this function. To add additional spatial simulations, it can either be defined on the fly or to permanently include a new simulation in all downstream simulations, it can be included here. The function needs to be included with a name, and it must accept a simulations.input object. If the function needs additional elements not included in that input, then the prepSimulations function must also be revised.

Value

A list of named functions

References

Miller, E. T., D. R. Farine, and C. H. Trisos. 2016. Phylogenetic community structure metrics and null models: a review with new methods and software. Ecography DOI: 10.1111/ecog.02070

Examples

1

metricTester documentation built on Dec. 16, 2019, 1:20 a.m.