plot_map {psyosphere}R Documentation

Get a Google map

Description

Get a Google map that fits to the tracks that are provided in psyo format.

Usage

plot_map(
  tracks, zoom = -1, maptype = "terrain", extent = "panel"
)

Arguments

tracks

psyo. Data frame with tracks.

zoom

numeric. Zoom level. -1 for auto zoom or from 3 (continent) to 21 (building). See also get_map.

maptype

character. See get_googlemap.

extent

character. See ggmap.

Value

A ggmap object.

Author(s)

Benjamin Ziepert Dr. Elze Ufkes

See Also

plot_line, plot_tracks, plot_polygon

Examples

## Not run: 

data(psyo)
psyosphere::plot_map(psyo)

## End(Not run)

[Package psyosphere version 0.1 Index]