Learn R Programming

ACDm (version 1.0.4.3)

plotHistAcd: 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

Markus Belfrage

Examples

Run this code
plotHistAcd(durData, windowunit = "days", window = 1)

if (FALSE) {

plotHistAcd(durData, windowunit = "mins", window = 30)
}

Run the code above in your browser using DataLab