trk_map: Create a map of a track

View source: R/map.R

trk_mapR Documentation

Create a map of a track

Description

Create a map of a track

Usage

trk_map(
  track,
  freq = NULL,
  tz_offset = 0,
  provider_tiles = NULL,
  custom_tiles = NULL,
  p_tile_opts = list(),
  c_tile_opts = list(),
  p_tile_labs = NULL,
  c_tile_labs = NULL,
  labels = NULL,
  circleColor = NULL,
  lineColor = NULL
)

Arguments

track

track data

freq

frequency for trk_reduce

tz_offset

hours offset from GMT

provider_tiles

character vector of known map tile providers

custom_tiles

character vector of URLs of custom tiles

p_tile_opts

list of providerTileOptions for the provider tiles

c_tile_opts

list of tileOptions for the custom tiles

p_tile_labs

character vector of labels for the provider tiles

c_tile_labs

character vector of labels for the custom tiles

labels

labels for each trackpoint

circleColor

color of each trackpoint

lineColor

color line connecting the trackpoints


evmo/Rgps documentation built on March 23, 2023, 2:24 a.m.