dot-cc_round_occTest: Flag records with regular pattern interval

.cc_round_occTestR Documentation

Flag records with regular pattern interval

Description

own version of coordinate cleaner cc_round

Usage

.cc_round_occTest(
  x,
  lon = "decimallongitude",
  lat = "decimallatitude",
  ds = "dataset",
  T1 = 7,
  reg_out_thresh = 2,
  reg_dist_min = 0.1,
  reg_dist_max = 2,
  min_unique_ds_size = 4,
  graphs = FALSE,
  test = "both",
  value = "flagged",
  verbose = TRUE
)

Arguments

x

Data.frame of species occurrences

lon

character. Column name in x with decimal longitude values

lat

character. Column name in x with decimal latitude values

ds

character. Column name in x with dataset name of the record

T1

numeric. Defaults to 7

reg_out_thresh

numeric. Defaults to 7

reg_dist_min

numeric. Defaults to 7

reg_dist_max

numeric. Defaults to 7

min_unique_ds_size

numeric. Defaults to 7

graphs

logical. Defaults to FALSE.

test

character. Defaults to 'both'

value

character. Defaults to flagged

verbose

logical. Defaults to TRUE.

Value

a clean data.frame

Author(s)

A Zizka (original author) Josep M Serra-Diaz (adapted from CoordinateCleaner)

See Also

CoordinateCleaner-package


occTest documentation built on Nov. 18, 2022, 5:07 p.m.