R/DEPRECATED-read.asc.Andor.R
DEPRECATED-read.asc.Andor.Rd
These data input functions are deprecated and they will be removed in the next release of hyperspec package. Now functions in package hySpc.read.txt (link) should be used as the alternatives.
read.asc.Andor(
file = stop("filename or connection needed"),
...,
quiet = TRUE,
dec = ".",
sep = ","
)
filename or connection to ASCII file
handed to base::scan()
a hyperSpec object
read.asc.Andor()
reads Andor Solis ASCII (.asc
) files where the first
column gives the wavelength axes and the other columns the spectra.
vignette ("fileio")
for more information on file import and
options()
for details on options.