This package is still under construction. So this website is not fully updated yet.
R package hySpc.read.spe is a member of the r-hyperspec
packages family, which imports a number of file formats produced by Princeton Instruments spectrometers.
The imported data are returned as hyperSpec
objects.
There are two versions of hySpc.read.spe online documentation:
a. for the released version of package,
b. for the development version of package.
The documentation of the other r-hyperspec
family packages can be found at r-hyperspec.github.io.
Issues, bug reports and feature requests should go to an appopriate package's repository:
The recommended way to install the in-development version:
repos <- c("https://r-hyperspec.github.io/pkg-repo/", getOption("repos"))
install.packages("hySpc.read.spe", repos = repos)