Add lines to a map.

g3r_lines(g3r, data, lat, lon, elevation, width = 2L, color = "blue")

Arguments

g3r

An object of class g3r as returned by g3r.

data

A data.frame holding coordinates to plot.

lat

Position of camera.

lon

Position of camera.

elevation

Position of camera.

width

The width of the line.

color

Color of the point.

Examples

# NOT RUN {
g3r(27.985655, 86.903697) %>%
  g3r_lines(nuptse, lat, lon, ele)
# }