spnSetPPOpt {spectrino} | R Documentation |
Set Spectrino pre-processing options as string of semicolumn delimited list
of following options (see example)
Baseline=<integer>
BaselineOn=0/1
MassBins=0/1
Normalize=0/1
MeanExtract=0/1
BaseGrp=<GroupName>
LowLimit=<integer>
HighLimit=<integer>
Precision=<integer 1..10>
spnSetPPOpt(OptionList)
OptionList |
- string; semicolumn separated list of options as they are in Preprocess section of the top spec-tree. |
spnSetPPOpt
Gets back the full options list in a single character string.
Teodor Krastev
# Initialization of Spectrino spnNew() # Set Spectrino pre-processing options spnSetPPOpt("Normalize=0;MeanExtract=0") # Release of Spectrino spnFree(TRUE)