powered by
Plot a OnsetsSelected S3 object
# S3 method for OnsetsSelected plot(x, instrument = "Inst", tactus = "Matra", ...)
Return an 'OnsetsSelected' object.
S3 object.
column name.
beat column name (defaults to "Matra").
passed to barplot().
barplot()
r <- get_sample_recording() o <- get_onsets_selected_data(r) plot(o)
Run the code above in your browser using DataLab