Learn R Programming

pavo (version 2.3.0)

parse_procspec: Import ProcSpec spectra file

Description

Internal function used by getspec() to parse ProcSpec files generated by the OceanOptics software spectrasuite.

Usage

parse_procspec(path)

Arguments

path

Path of the ProcSpec file

Value

A dataframe with 2 columns: first column contains the wavelengths and second column contains the processed spectrum

See Also

getspec()