Clman-class | R Documentation |
Class to store and handle manual continuum lines.
The class is only required if a continuum line is manually adopted or entirely manually created. This is useful if the automatic approaches are not able to identify absorption features because, for instance, the spectrum has two pronounced maxima within the absortion feature of interest.
Clman
is defined as Speclib
extended by the following two slots:
cp: Matrix containing the fix points (continuum points) of each spectrum.
hull: Matrix containing the hull of each spectrum.
Normally, it is not necessary to manually change the values in any of the slots above. Use the functions addcp
and deletecp
to change the hulls manually. Functionality for conversion back to a Speclib
with the final hull and the transformed spectra provides function updatecl
.
See figure in hsdar-package
for an overview of classes in hsdar.
Lukas Lehnert and Hanna Meyer
transformSpeclib
, plot
, Speclib
, addcp
, deletecp
, updatecl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.