Returns a ggplot object plotting the emission (relative) as a function of wavelength (lambda) for a given sensorSpectra object

# S4 method for sensorSpectra
plotSpectra(
  object,
  minimum_name = "Minimum State",
  maximum_name = "Maximum State"
)

Arguments

object

A sensorSpectra object

minimum_name

The legend label for the state corresponding to Rmin

maximum_name

The legend label for the state correspondign to Rmax

Value

A ggplot object