XPSSample-class | R Documentation |
The package provides classes for XPS spectra (class XPSSample
) and
collections of such lists (class XPSCoreLine
). XPSSample
are
energy-intensity value pairs stored in a two column list
and several
additional parameters stored in slots.
Objects from the Class: Objects can be created by calls of the form new("XPSSample", data, Project, Sample, Comments, User, Filename)
.
## Not run:
SiOx <- new("XPSSample",info="test",experiment="Si-Ti Waveguides")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.