powered by
Imports ASD spectra from text files prepared by the software provided by ASD inc. This function imports only one spectra per file.
spc.Read_ASD(filename)
A string name of the input text file containing the raw ASD data.
string
Returns an object of class Spectra.
Spectra
# NOT RUN { filename = file.path(system.file(package = "geoSpectral"),"test_data", "106.064.txt") L = spc.Read_ASD(filename) class(L) spc.plot.plotly(L) # }
Run the code above in your browser using DataLab