View source: R/trackeRdata_summary.R
plot.trackeRdataSummary | R Documentation |
trackeRdataSummary
.Plot an object of class trackeRdataSummary
.
## S3 method for class 'trackeRdataSummary'
plot(x, date = TRUE, what = NULL, group = NULL, trend = TRUE, ...)
x |
An object of class |
date |
Should the date or the session number be used on the abscissa? |
what |
Name of variables which should be plotted. Default is all. A vector with at least one of |
group |
Which group of variables should be plotted? This can either be
|
trend |
Should a smooth trend be plotted? |
... |
Currently not used. |
summary.trackeRdata
## Not run:
data('runs', package = 'trackeR')
runSummary <- summary(runs)
plot(runSummary)
plot(runSummary, date = FALSE, group = 'total',
what = c('distance', 'duration', 'avgSpeed'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.