View source: R/plot_diagnostics.R
plot.Duration | R Documentation |
Plot a Duration S3 object
## S3 method for class 'Duration'
plot(x, ...)
x |
S3 object |
... |
passed to |
a plot object with durations.
r <- get_sample_recording()
d <- get_duration_annotation_data(r)
plot(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.