XPSread: '.pxt' and '.vms' format Data

View source: R/XPSRead.r

XPSreadR Documentation

'.pxt' and '.vms' format Data

Description

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.

Usage

XPSread(file = NULL, Genplot = TRUE, ...)

Arguments

file

file name

Genplot

flag to read genplot .RPL files for 'Scienta' format files

...

further parameters to read.scienta and read.vamas

Value

returns an object of class XPSSample

Note

read.vamas read.scienta XPSRead.Oldscienta and readGenplot must not used by the end-user

Examples


## Not run: 
SampData1 <- XPSread("SampData1.pxt")

## End(Not run)

## Not run: 
SampData2 <- XPSread("SampData2.vms")

## End(Not run)



GSperanza/RxpsG_2.3-1 documentation built on Feb. 11, 2024, 5:09 p.m.