initialize,XPSSample-method | R Documentation |
define a method 'initialize' for objects of class 'XPSSample'
## S4 method for signature 'XPSSample'
initialize(.Object, data, Project, Sample, Comments, User, Filename)
.Object |
an object of class 'XPSSample' |
data |
a list containing x, y original data |
Project |
a character string containing information about the experiment |
Sample |
a character string containing information about the analyzed sample |
Comments |
a character string containing information about the experiment |
User |
a character string containing information about the operator |
Filename |
name of the data_file |
## Not run:
SiOx <- initialize(.Object)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.