Interactive Mean Spectrum
Usage
meanspectrum_plotly(
wave,
background = "#274C77",
foreground = "white",
hover_bgcolor = "white",
hover_fontcolor = "black"
)
Examples
if (FALSE) { # \dontrun{
data(coryphoda)
meanspectrum_plotly(coryphoda)
} # }