plot_line {psyosphere} | R Documentation |
Adds a line to an existing ggmap
object.
plot_line( line, colour = "", size = 1, plot = "", zoom = -1 )
line |
list. A list with the column lon (numeric) and lat (numeric). |
colour |
character. Colour of the line. |
size |
numeric. Thickness of the line. |
plot |
|
zoom |
numeric. Zoom factor of the map. See |
A ggmap
object.
Benjamin Ziepert. Please send feedback to: feedback-psyosphere@analyse-gps.com.
plot_map
, plot_tracks
, plot_polygon
data(psyo_rounds_map) finish <- data.frame(lon = c(6.851810,6.851000), lat = c(52.241800,52.240300)) psyosphere::plot_line(finish, plot = psyo_rounds_map) # psyosphere::plot_line(finish)