oldFolder {rNMR} | R Documentation |
The oldFolder
list object stores the information necessary for the undo
(ud
), redo (rd
), and zoom previous
(zp
) operations in rNMR.
Functions that may be "undone" create an entry in oldFolder
. Up to ten
entries may be stored. Each entry in oldFolder
is a named list with the
following structure:
undo.index
fileFolder
fileFolder
totaling
undo.index
.roiTable
roiTable
totaling
undo.index
.currentSpectrum
currentSpectrum
totaling undo.index
.roiSummary
roiSummary
totaling
undo.index
.overlayList
overlayList
totaling undo.index
.zoom.history
undo.index
;
TRUE
indicates that the function that saved the undo point
changed the current zoom setting.zoom.list
globalSettings
globalSettings
totaling undo.index
.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.