This function generates an interactive oscillogram plot for a given Wave
object using Plotly.
Usage
oscillogram_plotly(wave, title = "", line_color = "black")
Arguments
- wave
A wave object containing the audio data to be plotted.
- title
A string specifying the title of the plot. Default is an
empty string.
- line_color
A string specifying the color of the waveform line.
Default is 'black'.
Value
A Plotly object representing the interactive oscillogram.
Examples
if (FALSE) { # \dontrun{
oscillogram_plotly(coryphoda_wave, title = "Coryphoda albidicollis")
} # }