plotRollMeanAcd {ACDm}R Documentation

Plots rolling means of durations

Description

Plots rolling means of durations

Usage

plotRollMeanAcd(durations, window = 500)

Arguments

durations

a data.frame containing the column 'time' and 'durations'.

window

the length of the rolling window.

Examples

plotRollMeanAcd(durData, window = 500)


[Package ACDm version 1.0.4.3 Index]