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.
.Data
contains the X, Y spectral data and is generated automatically when the Class is generated
RegionToFit
the portion of the spectrum to fit
Baseline
the Baseline applied to subtract background
Components
the fitting components
Fit
the best fit
Boundaries
the values of the RegionToFit edges
RSF
the relative seisitivity factor associated to the element spectrum
Shift
the energy correction shift if charging present
units
the adopted units: kinetic/binding energy, counts/counts_per_second
Flags
logical
Info
information regarding the spectrum acquisition
Symbol
symbol 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.