powered by
Plots the mean duration over time at chosen interval length
plotHistAcd(durations, windowunit = "mins", window = 1)
a data.frame containing the durations and their time stamps.
the unit of the time interval. One of "secs", "mins", "hours", or "days".
a positive integer giving the length of the interval.
Markus Belfrage
plotHistAcd(durData, windowunit = "days", window = 1) if (FALSE) { plotHistAcd(durData, windowunit = "mins", window = 30) }
Run the code above in your browser using DataLab