simDist: Randomly simulates the distribution of a species based on...

Description Usage Arguments Value

View source: R/SimDist.R

Description

Randomly simulates the distribution of a species based on probability raster and distance gradient raster.

Usage

1
simDist(n = 10, tmplayer, circ_div_grad, parallel = FALSE)

Arguments

n

Integer. Number of species to simulate distributions for. Defaults to 10.

tmplayer

RasterLayer. Probability raster of study area. Typically, raster should be masked to suitable environmental conditions (e.g. <200 m depth)

circ_div_grad

RasterLayer. Distance gradient for populating species distribution.

parallel

Logical. Implement parallel processing. Defaults to FALSE. Parallel processing is currently only supported for "unix" operating systems.

Value

A dataframe of species occurrences (x,y).


LewisAJones/LBGSim documentation built on March 28, 2020, 12:03 a.m.