| XPSCoreLine-class | R Documentation |
The package provides a class for XPS spectra (class XPSCoreLine) and
lists of such objects (class XPSSample). XPSCoreLine are values
pairs stored in a list and several additional parameters stored in
slots.
.Datacontains the X, Y spectral data and is generated automatically when the Class is generated
RegionToFitthe portion of the spectrum to fit
Baselinethe Baseline applied to subtract background
Componentsthe fitting components
Fitthe best fit
Boundariesthe values of the RegionToFit edges
RSFthe relative seisitivity factor associated to the element spectrum
Shiftthe energy correction shift if charging present
unitsthe adopted units: kinetic/binding energy, counts/counts_per_second
Flagslogical
Infoinformation regarding the spectrum acquisition
Symbolsymbol of the element associated to the spectrum
## Not run:
test <- new("XPSCoreLine", Info="test", units=c("Binding [eV]", "Counts"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.