baseline-class | R Documentation |
Stores the result of estimating baselines for one or more spectra.
The normal way to create objects is with the function
baseline
. Several baseline algorithms are available. See
baseline
for details. There is a plot method for the
class; see plot,baseline-method
.
baseline
:A matrix with the estimated baselines
corrected
:A matrix with the corrected spectra
spectra
:A matrix with the original spectra
call
:The call to baseline
signature(object = "baseline")
: Extract
the estimated baselines
signature(object = "baseline")
: Extract the
call to baseline
used to create the object
signature(object = "baseline")
: Extract
the corrected spectra
signature(object = "baseline")
: Extract the
original spectra
In a future versoion, one of the slots might be
removed from the class definition and calculated on the fly instead,
in order to save space. Therefore, do use the extractor
functions (getSpectra
, getBaseline
and
getCorrected
) instead of accessing the slots directly.
Bjørn-Helge Mevik and Kristian Hovde Liland
baseline
, getBaseline
,
getSpectra
, getCorrected
,
getCall
showClass("baseline")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.