overlayList {rNMR} | R Documentation |
The overlayList
object stores the names of all currently overlaid
spectra as a character vector.
overlayList
defaults to NULL
, meaning no spectra are overlaid.
Spectra added to overlayList
are automatically overlaid in the order that
they appear in overlayList
. Names stored in overlayList
must be
the complete file path to the spectrum being overlaid and must match values
returned by names(fileFolder)
. Spectra may be added to
overlayList
manually or by using the ol
function
(recommended).
Ian A. Lewis ialewis@nmrfam.wisc.edu, Seth C. Schommer schommer@nmrfam.wisc.edu
rNMRobjects
for other other objects used by the
rNMR package; rNMRutils
for functions used for interacting
with rNMR objects.