dot-IUCN.comp: Internal function

Description Usage Arguments

Description

Compute IUCN eval

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.IUCN.comp(
  DATA,
  poly_borders = NULL,
  Cell_size_AOO = 2,
  Cell_size_locations = 10,
  Resol_sub_pop = 5,
  method_locations = c("fixed_grid"),
  Rel_cell_size = 0.05,
  protec.areas = NULL,
  exclude.area = FALSE,
  method_protected_area = "no_more_than_one",
  ID_shape_PA = "WDPA_PID",
  buff_width = 0.1,
  NamesSp = "species1",
  write_shp = FALSE,
  file_name = NULL,
  add.legend = TRUE,
  DrawMap = TRUE,
  map_pdf = FALSE,
  draw.poly.EOO = TRUE,
  SubPop = TRUE,
  MinMax,
  alpha = 1,
  buff.alpha = 0.1,
  method.range = "convex.hull",
  nbe.rep.rast.AOO = 0,
  verbose = TRUE,
  showWarnings = TRUE
)

Arguments

DATA

data.frame

poly_borders

SpatialPolygonDataFrame

Cell_size_AOO

integer

Cell_size_locations

integer

Resol_sub_pop

integer

method_locations

integer

Rel_cell_size

integer

protec.areas

SpatialPolygonDataFrame

exclude.area

logical

method_protected_area

string

ID_shape_PA

string

buff_width

numeric

NamesSp

string

write_shp

logical

file_name

string

add.legend

logical

DrawMap

logical

map_pdf

logical

draw.poly.EOO

logical

SubPop

logical

MinMax

numeric vector

alpha

integer

buff.alpha

numeric

method.range

string

nbe.rep.rast.AOO

integer

verbose

logical

showWarnings

logical


ConR documentation built on July 2, 2020, 2:33 a.m.

Related to dot-IUCN.comp in ConR...