plotPoints | R Documentation |
Plot occurrence points with background for visualisation.
plotPoints( occ, location = "location", lon = "decimalLongitude", lat = "decimalLatitude", colours = "standard" )
occ |
table containing columns with the species name, longitude, and latitude |
lon |
character, name of the longitude column, default is "decimalLongitude". |
lat |
character, name of the latitude column, default is "decimalLatitude". |
colours |
character, options are "bicha" or "standard". Default is "standard" |
species |
character, name of the column containing species binomial name. Default is "species". |
This function plots occurrences on a background.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.