running_example_ggmap: Precomputed example ggmap

running_example_ggmapR Documentation

Precomputed example ggmap

Description

This is a precomputed ggmap for running_example.gpx, to avoid needing an API key in vignettes, which get_ggmap_from_df() requires.

Usage

running_example_ggmap

Format

An object of class ggmap (inherits from raster) with 1280 rows and 1280 columns.

Details

This is the result of running:

running_file <- system.file(
  "extdata",
  "running_example.gpx",
  package = "activatr")
running_df <- parse_gpx(running_file)
running_example_ggmap <- get_ggmap_from_df(running_df)

after setting a valid API key.


activatr documentation built on Aug. 22, 2023, 9:12 a.m.