plotHistAcd | R Documentation |
Plots the mean duration over time at chosen interval length
plotHistAcd(durations, windowunit = "mins", window = 1)
durations |
a data.frame containing the durations and their time stamps. |
windowunit |
the unit of the time interval. One of "secs", "mins", "hours", or "days". |
window |
a positive integer giving the length of the interval. |
Markus Belfrage
plotHistAcd(durData, windowunit = "days", window = 1)
## Not run:
plotHistAcd(durData, windowunit = "mins", window = 30)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.