Learn R Programming

ACDm (version 1.0.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.

Examples

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

## Not run: 
# 
# plotHistAcd(durData, windowunit = "mins", window = 30)
# ## End(Not run)

Run the code above in your browser using DataLab