plot_map: Get a Google map

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plot_map.R

Description

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

Usage

1
2
3
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 ggmap::get_map.

maptype

character. See ggmap::get_googlemap.

extent

character. See ggmap::ggmap.

Value

A ggmap object.

Author(s)

Benjamin Ziepert Dr. Elze Ufkes

See Also

plot_line, plot_tracks, plot_polygon

Examples

1
2
3
4
5
## Not run: \dontrun{
data(psyo)
plot_map(psyo)
}
## End(Not run)

psyosphere documentation built on July 2, 2020, 12:08 a.m.