powered by
Plot training zones.
# S3 method for trackeRdataZones plot(x, percent = TRUE, ...)
An object of class trackeRdataZones as returned by zones.
trackeRdataZones
zones
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) # }
Run the code above in your browser using DataLab