Plot a Duration S3 object
plot.Duration.Rd
Plot a Duration S3 object
Usage
# S3 method for Duration
plot(x, ...)
Arguments
- x
S3 object
- ...
passed to
barplot()
Examples
r <- get_sample_recording()
d <- get_duration_annotation_data(r)
plot(d)
plot.Duration.Rd
Plot a Duration S3 object
# S3 method for Duration
plot(x, ...)
S3 object
passed to barplot()
r <- get_sample_recording()
d <- get_duration_annotation_data(r)
plot(d)