View source: R/01-processCoordinateData.R
augmentData | R Documentation |
Data augmentation to add data at the borders of the map
augmentData(data, restriction = c(-90, 90, -320, 320))
data |
(data.frame) data containing columns "Latitude" and "Longitude" |
restriction |
(numeric) restriction in the form c(minLatitude, maxLatitude, minLongitude, maxLongitude) |
(data.frame) augmented data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.