run2map.Rd
Visualize Run2Map
run2map(data = cc_skiing, ...)
data | A run data frame returned by |
---|---|
... | Further Options passed into Leaflet's |
A leaflet object.
You may customize this plot by either specifying more options within the function or adding other leaflet layers afterwards.
#> Error in select(., x, y): could not find function "select"run2map(data = cc_skiing, color = "red", smoothFactor = 1)#> Error in select(., x, y): could not find function "select"# Add circle at starting point run2map(data = cc_skiing) + addCircles(lng = cc_skiing$x[1], lat = cc_skiing$y[1], popup = "START")#> Error in select(., x, y): could not find function "select"