rasterStudyArea: Internal - Create a Raster object with Study Area from Raster...

Description Usage Arguments Value

View source: R/rasterStudyArea.R

Description

Internal - Create a Raster object with Study Area from Raster data

Usage

1
rasterStudyArea(DistStak, maxDist, extSample = 0.025, extDetection = 0.15)

Arguments

DistStak

Stack object distance to Sampled cells and detections (in that order).

maxDist

Maximum distance in Raster

extSample

Number between 0 and 1. Maximum distance (relative to the diagonal of the raster) from a sampled cell that should be included in the study area. If 0, there is no extrapolation to not-sampled cells.

extDetection

Number between 0 and 1. Maximum distance (relative to the diagonal of the raster) from cell in which the species was detected that should be included in the study area. If 0, there is no extrapolation to no-sampled cells.

Value

A Raster object with Study Area.


bayesLopod documentation built on Jan. 4, 2018, 5:08 p.m.