remove.dups: Remove duplicated and NAs

Description Usage Arguments Details Value Author(s) Examples

Description

A function to check whether the coordinates are consistent with the name of the polygon.

Usage

1
remove.dups(pts, mask = example, na.rm = FALSE, dup = TRUE)

Arguments

pts

Data.frame. Table with points of occurrence, including the municipalities informed on the label.

mask

String.Name of shape column containing the standard to be searched for.

na.rm

String. Name of pts column containing the standard to be searched for.

dup

logical. If TRUE, remove duplicated coordinates

Details

The

Value

a data frame

Author(s)

Diogo S. B. Rocha

Examples

1
2
eug <- remove.dups(Eugenia_aurata, mask = example, na.rm = FALSE, dup = FALSE)
eug

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