R/wave_df.R
wave_df.Rd
Extract the waveform values as a table
wave_df(wave, norm = TRUE)
A Wave object.
Logical. If true, the amplitude values are rescaled to a range of -1 to 1.
A tibble data frame.
if (FALSE) { # \dontrun{ data(coryphoda) wave_df(coryphoda) } # }