R/read.asc.Andor.R
read.asc.Andor.Rd
read.asc.Andor()
reads Andor Solis ASCII (.asc
) files where the first column gives the wavelength
axes and the other columns the spectra.
read.asc.Andor( file = stop("filename or connection needed"), ..., quiet = TRUE, dec = ".", sep = "," )
file | filename or connection to ASCII file |
---|---|
..., quiet, dec, sep | handed to |
a hyperSpec object
vignette ("fileio")
for more information on file import and
options()
for details on options.
Claudia Beleites