Learn R Programming

spectrino (version 2.0.0)

spnSetPPOpt: Set pre-processing options of Spectrino top spec-tree

Description

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>

Usage

spnSetPPOpt(OptionList)

Arguments

OptionList

- string; semicolumn separated list of options as they are in Preprocess section of the top spec-tree.

Value

spnSetPPOpt Gets back the full options list.

Examples

Run this code
# NOT RUN {
# Initialization of Spectrino
spnNew() 

# Set Spectrino pre-processing options
spnSetPPOpt("Normalize=0;MeanExtract=0") 

# Release of Spectrino
#spnFree(TRUE)
# }

Run the code above in your browser using DataLab