
Plot a Duration S3 object
plot.Duration.RdPlot 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.RdPlot 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)
