plot.Duration function

Plot a Duration S3 object

Plot a Duration S3 object

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

Arguments

  • x: S3 object
  • ...: passed to barplot()

Returns

a plot object with durations.

Examples

r <- get_sample_recording() d <- get_duration_annotation_data(r) plot(d)
  • Maintainer: Tuomas Eerola
  • License: MIT + file LICENSE
  • Last published: 2023-06-09

Useful links