View source: R/XPSRead.OldScienta.r
XPSRead.Oldscienta | R Documentation |
XPSRead.Oldscienta function is used to read XPS data in the old-DOS-Scienta format Data are saved in the following folder which must be present /Analysis /Regions /Results /Specific Selection of the DataFile in the /Analysis folder activates reading data in all the folders.
XPSRead.Oldscienta(
filename = NULL,
project = "",
experiment = "",
out = c("list")
)
filename |
file name or list of file names |
project |
comment |
experiment |
comment |
out |
output class type default list() |
XPSRead.Oldscienta returns and object of class XPSSample
## Not run:
pk1 <- read.xps("c:/R/Analysis/OldScientaFiles/Analysis/DLC.48")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.