View source: R/trackeRdata_zones.R
plot.trackeRdataZones | R Documentation |
Plot training zones.
## S3 method for class 'trackeRdataZones'
plot(x, percent = TRUE, ...)
x |
An object of class |
percent |
Logical. Should the relative or absolute times spent training in the different zones be plotted? |
... |
Currently not used. |
## Not run:
data('run', package = 'trackeR')
runZones <- zones(run, what = 'speed', breaks = c(0, 2:6, 12.5))
plot(runZones, percent = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.