View source: R/plot_diagnostics.R
plot.OnsetsSelected | R Documentation |
Plot a OnsetsSelected S3 object
## S3 method for class 'OnsetsSelected'
plot(x, instrument = "Inst", tactus = "Matra", ...)
x |
S3 object. |
instrument |
column name. |
tactus |
beat column name (defaults to "Matra"). |
... |
passed to |
Return an 'OnsetsSelected' object.
r <- get_sample_recording()
o <- get_onsets_selected_data(r)
plot(o)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.