Contact

Claudia Beleites
Chemometrische Beratung
Södeler Weg 19
61200 Wölfersheim/Germany
e-mail: chemometrie at beleites dot de

About hyperSpec

hyperSpec is an R package to handle hyperspectral data, i.e. spectra plus further information such as spatial information, time, concentrations, etc.
Such data are frequently encountered in Raman, IR, NIR, UV/VIS, NMR, mass spectroscopy, AAS / AES, …

hyperSpec acts as an interface for the convenient handling of the spectra, using the powerful chemometric data analysis provided by R and other R packages.

News

Excerpts

New Version of hyperSpec on CRAN

A new version of hyperSpec is available on CRAN. This is mostly a maintenance and bugfix version.

Install:

> install.packages ("hyperSpec")

or update:

> update.packages (oldPkgs = "hyperSpec")
... read more ...

Deprecate logbook III

The next step has been taken to deprecate the loogbook (see the explanation in vignette ("introduction")).

Functions logbook and logentry have now been removed. The @logbook slot still exists but cannot be accessed any more by getter and setter functions. It should stay an empty data.frame from now on.

... read more ...

Deprecate logbook II

The next step has been taken to deprecate the loogbook (see the explanation in vignette ("introduction")).

From now on, functions logbook and logentry yield a warning that this functionality is deprecated.

... read more ...

read.jdx.Shimadzu superseeded by read.jdx

read.jdx.Shimadzu is no longer needed read.jdx is now available with more general functionality.

... read more ...

LabRAM ASCII File Import: read.txt.Horiba

Horiba(-Jobin-Yvon) LabRAM .txt files can now be imported directly using read.txt.Horiba.

... read more ...