fs {rNMR} | R Documentation |
Functions for opening, closing, and switching between spectra in rNMR.
fo(fileName, ...) fc(usrList = NULL) fs() ss(...)
fileName |
optional character string or vector argument giving the full path to the file(s) to open. A file selection window is opened if this argument is not provided. |
usrList |
optional character string or vector giving the full path to the file(s) to close. A file selection window is opened if this argument is not provided. |
... |
Additional arguments can be passed to internal plotting functions
(see addArg ). |
fs
displays a GUI for opening, closing, sorting, and renaming files in
rNMR. Double-clicking on a file path will switch the current spectrum
to the file selected. Double-clicking on a spectrum name will allow the name
to be edited. Changes made to the file order or spectrum names will affect
the names and order in which files appear in fileFolder
, other
GUIs, and the multiple file window (see rsf
).
fo
invisibly returns the list of opened files.
fo
fc
ss
Files must be in UCSF (Sparky and rNMR) format. Bruker, NMRPipe, and
Varian format spectra may be converted using rNMR's file conversion
function cf
. ASCII files my be converted using
ca
.
Ian A. Lewis ialewis@nmrfam.wisc.edu, Seth C. Schommer schommer@nmrfam.wisc.edu
gui
for displaying rNMR menus; rNMR
for other rNMR help topics.