Add points to a map.

g3r_points(g3r, data, lat, lon, elevation, size, color)

Arguments

g3r

An object of class g3r as returned by g3r.

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.

Examples

# NOT RUN {
g3r(46.5763, 7.9904) %>%
  g3r_points(everest, lat, lon, ele)
# }