g3r_lines.RdAdd lines to a map.
g3r_lines(g3r, data, lat, lon, elevation, width = 2L, color = "blue")
| g3r | An object of class |
|---|---|
| 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. |
# NOT RUN { g3r(27.985655, 86.903697) %>% g3r_lines(nuptse, lat, lon, ele) # }