Skip to contents

Interactive Mean Spectrum

Usage

meanspectrum_plotly(
  wave,
  background = "#274C77",
  foreground = "white",
  hover_bgcolor = "white",
  hover_fontcolor = "black"
)

Arguments

wave

A Wave object.

background

Background color.

foreground

Color for plot lines and spectral signatures.

hover_bgcolor

Color for the hover background.

hover_fontcolor

Color for the hover text.

Value

An interactive Mean Spectrum

Examples

if (FALSE) { # \dontrun{
data(coryphoda)
meanspectrum_plotly(coryphoda)
} # }