plot.Duration: Plot a Duration S3 object

View source: R/plot_diagnostics.R

plot.DurationR Documentation

Plot a Duration S3 object

Description

Plot a Duration S3 object

Usage

## S3 method for class 'Duration'
plot(x, ...)

Arguments

x

S3 object

...

passed to barplot()

Value

a plot object with durations.

Examples

r <- get_sample_recording()
d <- get_duration_annotation_data(r)
plot(d)

movementsync documentation built on Aug. 8, 2025, 6:11 p.m.