XPSread | R Documentation |
XPSread function reads a file and returns an XPSSpectra class item. In the case the file
extension is .pxt
and the option Genplot
is TRUE
, then a
Genplot RPL
file with the same name will be searched in a folder
RPL
and it will be sourced if founded.
XPSread(file = NULL, Genplot = TRUE, ...)
file |
file name |
Genplot |
flag to read genplot .RPL files for 'Scienta' format files |
... |
further parameters to |
returns an object of class XPSSample
read.vamas
read.scienta
XPSRead.Oldscienta
and readGenplot
must not used by the end-user
## Not run:
SampData1 <- XPSread("SampData1.pxt")
## End(Not run)
## Not run:
SampData2 <- XPSread("SampData2.vms")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.