plot_leaflet: Plot the loaded routes using leaflet

Description Usage Arguments Value Examples

View source: R/plot_leaflet.R

Description

Plot the loaded routes using leaflet

Usage

1
plot_leaflet(routes_all, filterType = NULL, trackPal = rainbow(7))

Arguments

routes_all

loaded and processed routes

filterType

classification of routes to filter by (must be an existing type in the routes)

trackPal

RColorBrewer palette name ##@param ... other options to pass to addPolylines

Value

NULL (loads a leaflet map)

Examples

1
## Not run: plot_leaflet(routes, filterType="Walking", trackPal="Accent")

jonocarroll/runkeepR documentation built on Feb. 9, 2022, 3:04 a.m.