g3r_points.Rd
Add points to a map.
g3r_points(g3r, data, lat, lon, elevation, size, color)
g3r | An object of class |
---|---|
data | A data.frame holding coordinates to plot. |
lat, lon | Coordinates and elevation of point. |
elevation | Elevation of point in meters. |
size | The size of the point. |
color | Color of the point. |
# NOT RUN { g3r(46.5763, 7.9904) %>% g3r_points(everest, lat, lon, ele) # }