plot.Duration {movementsync}R 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)

[Package movementsync version 0.1.4 Index]