plotCoord | R Documentation |
This function plots the comparison between the geographical coordinates of records before and after their validation
plotCoord( x, orig.lon = "decimalLongitude", orig.lat = "decimalLatitude", new.lon = "decimalLongitude.new", new.lat = "decimalLatitude.new", geo.check = "geo.check" )
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' |
This is a simple function to visually inspect the results of the plantR routines to standardize, retrieve missing coordinates and validate the original ones.
prepCoord, getCoord, checkCoord, , checkOut, getCult
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.