Plot a Duration S3 object
## S3 method for class 'Duration' plot(x, ...)
x
...
barplot()
a plot object with durations.
r <- get_sample_recording() d <- get_duration_annotation_data(r) plot(d)
Useful links