plot_offset: Offset plot of a collection of spectra

plot_offsetR Documentation

Offset plot of a collection of spectra

Description

Creates an offset plot of a collection of Spectra

Usage

plot_offset(x, offset = 1)

Arguments

x

an object of class "Spectra" or inheriting from this class

offset

Offset between spectra

Author(s)

Pierre Roudier

Examples

 oz <- load_oz(3)
 plot_offset(oz)
 plot_offset(oz, 0.3)
 plot_offset(oz, 2)

pierreroudier/spectacles documentation built on July 8, 2023, 6:03 a.m.