Description Usage Arguments Details Value Author(s) See Also Examples
A function to plot any number of points given their latitude and longitude respectively on a map of the world.
1 |
x |
a table with a longitude and latitude column respectively with optional associated attributes |
... |
arguments to be passed to the |
This is a helper function, which automatically zooms in and centers the map
view on the input points. The ...
allow the user to adjust the usual
parameters for a scatterplot outlined by par
.
Plots a map of the world focused on the locations provided.
Matthew Vavrek
1 2 3 | #plotting the fdata sample set
data(fdata.lats)
loc.map(fdata.lats)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.