read.txt.Horiba {hyperSpec} | R Documentation |
Import Horiba Labspec exported ASCII files
Description
Read ASCII (.txt) files exported by Horiba's Labspec software (LabRAM spectrometers)
Usage
read.txt.Horiba(
file,
cols = c(spc = "I / a.u.", .wavelength = expression(Delta * tilde(nu)/cm^-1)),
header = TRUE,
sep = "\t",
row.names = NULL,
check.names = FALSE,
...
)
read.txt.Horiba.xy(file, ...)
read.txt.Horiba.t(
file,
header = TRUE,
sep = "\t",
row.names = NULL,
check.names = FALSE,
...
)
Arguments
file |
connection (file name and path) to the .txt file |
cols , header , sep , row.names , check.names , ... |
further parameters are handed over to |
Details
read.txt.Horiba.xy
reads maps, i.e. .txt files where the first two columns give x and y coordinates.
Value
hyperSpec object
Author(s)
C. Beleites
[Package hyperSpec version 0.100.2 Index]