powered by
Plot an object of class trackeRdataSummary.
# S3 method for trackeRdataSummary plot(x, date = TRUE, what = NULL, group = NULL, lines = TRUE, ...)
An object of class trackeRdataSummary.
trackeRdataSummary
Should the date or the session number be used on the abscissa?
Name of variables which should be plotted. Default is all.
Which group of variables should be plotted? This can either be total or moving. Default is both.
total
moving
Should interpolating lines 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")) # }
Run the code above in your browser using DataLab