XPSCoreLine-class: Class "XPSCoreLine"

XPSCoreLine-classR Documentation

Class "XPSCoreLine"

Description

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.

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

Examples

## Not run: 
test <- new("XPSCoreLine", Info="test", units=c("Binding [eV]", "Counts"))

## End(Not run)

GSperanza/RxpsG_2.3-1 documentation built on Feb. 11, 2024, 5:09 p.m.