Compute IUCN eval

.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