plot.trackeRdataZones: Plot training zones.

Description Usage Arguments Examples

Description

Plot training zones.

Usage

1
2
## S3 method for class 'trackeRdataZones'
plot(x, percent = TRUE, ...)

Arguments

x

An object of class trackeRdataZones as returned by zones.

percent

Logical. Should the relative or absolute times spent training in the different zones be plotted?

...

Currently not used.

Examples

1
2
3
4
5
6
## 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)

trackeR documentation built on May 15, 2019, 5:04 p.m.