filt.generic: Marks occurrences based on user supplied vector file

Description Usage Arguments Details Value Author(s) Examples

Description

A function to mark occurrences based on user supplied vector file.

Usage

1
2
filt.generic(pts, shape = NULL, few.pts = F, value = 10,
  plot = TRUE, file = NULL)

Arguments

pts

Data.frame. Table with points of occurrence.

shape

'SpatialPolygonsDataFrame' object with the attribute to be checked.

few.pts

Logical. If TRUE (default), removes species with few records.

value

Minimum number of records to keep the species.

plot

Logical. If TRUE (default), the points will be plotted on the provided vector object

file

Output filename

Details

empty yet

Value

a data frame

Author(s)

Diogo S. B. Rocha

Examples

1
2
eug <- filt.generic(Eugenia_aurata, shape = world[world$LONG_NAME == 'Brazil',])
eug

diogosbr/spfilt documentation built on May 31, 2019, 2:47 p.m.