powered by
Get a Google map that fits to the tracks that are provided in psyo format.
psyo
plot_map( tracks, zoom = -1, maptype = "terrain", extent = "panel" )
psyo. Data frame with tracks.
numeric. Zoom level. -1 for auto zoom or from 3 (continent) to 21 (building). See also ggmap::get_map.
character. See ggmap::get_googlemap.
character
character. See ggmap::ggmap.
A ggmap object.
plot_line, plot_tracks, plot_polygon
plot_line
plot_tracks
plot_polygon
# NOT RUN { \dontrun{ data(psyo) plot_map(psyo) } # }
Run the code above in your browser using DataLab