scan.txt.Renishaw(file=stop("filename is required"), data="xyspc",
nlines=0, nspc, ...)
hyperSpec
objectThe corresponding possibilities for the data
argument are:
data
columns
"spc"
wl int single spectrum
"zspc"
, "depth"
z wl int depth profile
"ts"
t wl int time series
"xyspc"
y x wl int 2d map
}
This function allows reading very large ASCII files, but it does not work on files with missing
values (NA
s are allowed).
If the file is so large that it sould be read in chunks and nspc
is not given,
scan.txt.Renishaw
tries to guess it by using wc
(if installed).
read.txt.long
, read.txt.wide
, scan