View source: R/01-processCoordinateData.R
removeDataOutsideRestriction | R Documentation |
Remove all data outside of the restriction
removeDataOutsideRestriction(data, Latitude, Longitude, restriction)
data |
(data.frame) data containing columns "Latitude" and "Longitude" |
Latitude |
(character) column name of Latitude column |
Longitude |
(character) column name of Longitude column |
restriction |
(numeric) restriction in the form c(minLatitude, maxLatitude, minLongitude, maxLongitude) |
(data.frame) data containing columns "Latitude" and "Longitude" with data outside of restriction removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.