plotCoord: Plot Validation of Geographical Coordinates

View source: R/plotCoord.R

plotCoordR Documentation

Plot Validation of Geographical Coordinates

Description

This function plots the comparison between the geographical coordinates of records before and after their validation

Usage

plotCoord(
  x,
  orig.lon = "decimalLongitude",
  orig.lat = "decimalLatitude",
  new.lon = "decimalLongitude.new",
  new.lat = "decimalLatitude.new",
  geo.check = "geo.check"
)

Arguments

x

a data frame with the occurrence data and the columns containing the outputs of the plantR validation functions.

orig.lon

character. Name of the column with the original longitude. Default to 'decimalLongitude.new'

orig.lat

character. Name of the column with the original latitude. Default to 'decimalLatitude.new'

new.lon

character. Name of the column with the edited/validated longitude. Default to 'decimalLongitude.new'

new.lat

character. Name of the column with the edited/validated latitude. Default to 'decimalLatitude.new'

geo.check

character. Column with the result from the coordinate checking. Default to 'geo.check'

Details

This is a simple function to visually inspect the results of the plantR routines to standardize, retrieve missing coordinates and validate the original ones.

See Also

prepCoord, getCoord, checkCoord, , checkOut, getCult


LimaRAF/plantR documentation built on Jan. 1, 2023, 10:18 a.m.