plot_offset {spectacles} | R Documentation |
Creates an offset plot of a collection of Spectra
plot_offset(x, offset = 1)
x |
an object of class |
offset |
Offset between spectra |
Pierre Roudier
oz <- load_oz(3)
plot_offset(oz)
plot_offset(oz, 0.3)
plot_offset(oz, 2)