get.patches: Internal function

View source: R/severe_frag.R

get.patchesR Documentation

Internal function

Description

[Experimental] Get Occupied Cells and Patches

Usage

get.patches(
  subpop_poly = NULL,
  dist_isolated = NULL,
  proj_type = "cea",
  export_shp = FALSE,
  parallel = FALSE,
  show_progress = TRUE,
  NbeCores = 2
)

Arguments

subpop_poly

Simple feature collection, output of subpop.estimation function

dist_isolated

numeric. Distance in kilometres for identifying subpopulations considered to be isolated

proj_type

string or numeric

export_shp

logical

parallel

a logical. Whether running should be performed in parallel. FALSE by default.

NbeCores

an integer. Register the number of cores for parallel execution. Two by default.


gdauby/ConR documentation built on Jan. 30, 2024, 11:10 p.m.