Description Usage Arguments Value
Simulates species distributions according to a defined probability grid (e.g. LBGtype())
1 |
n |
Integer. Number of species to simulate distributions for. Defaults to 10. |
layers |
RasterLayer. Landscape (study area) the user wishes to populate. Typically, raster should be masked to suitable environmental conditions (e.g. <200 m depth) |
LBG |
RasterLayer. Probability grid generated via the LBGtype function. The user can also input their own probability grids here. |
reps |
Integer. Number of simulation repliactions. Defaults to 1. |
parallel |
Logical. Implement parallel processing. Defaults to FALSE. Parallel processing is currently only supported for "unix" operating systems. |
write |
Logical. Save data to working directory. Defaults to FALSE. |
A dataframe of species occurrences (rep, species, x, y).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.