ThinOcc: Thin Spatial Occurrence

Description Usage Arguments Details See Also

View source: R/ThinOcc.R

Description

Returns a data frame of occurrence dataset.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ThinOcc(
  df,
  NullRaster,
  SpeciesName = NULL,
  ThinRange = 1,
  Polygon = NULL,
  methods = c("spatial", "polygons"),
  save = TRUE,
  ...
)

Arguments

df

dataframe-class. Occurrence data e.g. long,lat.

NullRaster

raster-class.

SpeciesName

character-class.

ThinRange

numeric-class. Radio of filter species occurrence.

Polygon

spatial-class.

methods

Choose .

save

logical.

...

no implemented. Use trace=TRUE to show vif running. default=FALSE.

Details

Thin ocurrence data using three approaches Polygons, Buffer zone, and Biogeographical regions.

See Also

reduce.env


patauchi/sdStaf documentation built on May 10, 2020, 9:34 a.m.