View source: R/plot_calendar.R
| plot_calendar | R Documentation | 
Display Strava activities as calendar heat map
plot_calendar(data, unit = "distance")
| data | A data frame output from process_data() | 
| unit | A string ("distance" or "time") defining which unit to display | 
A plot displaying calendar heat map
running <- process_data(system.file("gpx/running", package = "strava"))
plot_calendar(running)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.