Learn R Programming

movementsync (version 0.1.5)

plot.Duration: Plot a Duration S3 object

Description

Plot a Duration S3 object

Usage

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

Value

a plot object with durations.

Arguments

x

S3 object

...

passed to barplot()

Examples

Run this code
r <- get_sample_recording()
d <- get_duration_annotation_data(r)
plot(d)

Run the code above in your browser using DataLab