| timeline | R Documentation | 
Generic function for visualising the sessions on a time versus date plot
Timeline plot for trackeRdata objects.
Timeline plot for trackeRdataSummary objects
timeline(object, lims, ...)
## S3 method for class 'trackeRdata'
timeline(object, lims = NULL, ...)
## S3 method for class 'trackeRdataSummary'
timeline(object, lims = NULL, ...)
| object | An object of class  | 
| lims | An optional vector of two times in HH:MM
format. Default is  | 
| ... | Arguments passed to  | 
## Not run: 
data('runs', package = 'trackeR')
## timeline plot applied on the \code{trackeRdata} object directly and with
## inferred limits for the time axis
timeline(runs)
## the same timeline plot applied on the \code{trackeRdataSummary} object
runSummary <- summary(runs)
timeline(runSummary, lims = c('00:01', '23:59'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.