map_rides: plot ride track data on a map

Description Usage Arguments Details

View source: R/gps_visuals.R

Description

map_rides Plot lat/long data on maps, optionally using colored dots to indicate speed

Usage

1
map_rides(geodf, maptitle, rgl = FALSE, ...)

Arguments

geodf

data frame or tibble containing at least: position_lat.dd, position_lon.dd,(or lat,lon)(both numeric,decimal degrees), startbutton.date(int),startbutton.time(int),segment(numeric), and speed.m.s for speed coloring

maptitle

string containing title

rgl

use rgl openGL to draw 3D track in viewer

...

arguments for 3d rendering calls

Details

Create a map displaying the tracks specified. Tracks may be drawn all in one specified color, with each separate track drawn in a different color from a specified palette, or as a series of closely spaced dots (which may be prodded into appearing as a line through judicious choice of point size and alpha) with the color varying based on speed and the chosen palette.


CraigMohn/bikeCadHr documentation built on Dec. 3, 2020, 2:31 a.m.