preprocess {spectralAnalysis} | R Documentation |
generic function to preprocess an S4 object
Description
generic function to preprocess an S4 object
Usage
preprocess(object, with)
## S4 method for signature 'SpectraInTime,list'
preprocess(object, with)
## S4 method for signature 'SpectraInTime,SpectraInTime'
preprocess(object, with)
## S4 method for signature 'SpectraInTimeComp,ANY'
preprocess(object, with)
Arguments
object |
a S4 class object |
with |
an other object containing preprocessing information: other S4 object, list or expression |
Value
[Package spectralAnalysis version 4.3.3 Index]