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