Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

XPSdata

XPS core line data


Description

Matrix of x,y values from X-Ray Photoelectron Spectroscopy on test sample.
The data are about the Carbon and Oxygen element for 1s shell.

Usage

data(C1s)
	data(O1s)

Format

A matrix with the following 2 variables (rows).

first row

is the abscissa, ( Binding Energy [eV] )

second row

is the Intensity, ( a.u. )

See Also

Examples

data(C1s)
data(O1s)
plot(C1s[1,], C1s[2,], type = "l")
plot(O1s[1,], O1s[2,], type = "l")

baseline

Baseline Correction of Spectra

v1.3-1
GPL-2
Authors
Kristian Hovde Liland [aut, cre], Bjørn-Helge Mevik [aut], Roberto Canteri [ctb]
Initial release
2020-09-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.