plot_map {psyosphere} | R Documentation |
Get a Google map that fits to the tracks that are provided in psyo
format.
plot_map( tracks, zoom = -1, maptype = "terrain", extent = "panel" )
tracks |
|
zoom |
numeric. Zoom level. -1 for auto zoom or from 3 (continent) to 21 (building). See also |
maptype |
|
extent |
|
A ggmap
object.
Benjamin Ziepert Dr. Elze Ufkes
plot_line
, plot_tracks
, plot_polygon
## Not run: data(psyo) psyosphere::plot_map(psyo) ## End(Not run)