plotHistAcd {ACDm} | R Documentation |
Mean duration plot
Description
Plots the mean duration over time at chosen interval length
Usage
plotHistAcd(durations, windowunit = "mins", window = 1)
Arguments
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. |
Author(s)
Markus Belfrage
Examples
plotHistAcd(durData, windowunit = "days", window = 1)
## Not run:
plotHistAcd(durData, windowunit = "mins", window = 30)
## End(Not run)
[Package ACDm version 1.0.4.3 Index]