XPSdata | R Documentation |
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.
data(C1s)
data(O1s)
A matrix with the following 2 variables (rows).
first row
is the abscissa, ( Binding Energy [eV] )
second row
is the Intensity, ( a.u. )
baseline.shirley
data(C1s)
data(O1s)
plot(C1s[1,], C1s[2,], type = "l")
plot(O1s[1,], O1s[2,], type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.