Description Usage Arguments Value Author(s) Examples
View source: R/spectra2hyperSpec.R
This function converts a Spectra
object as used the in the ChemoSpec
package to a hyperSpec
object as used in the package of the same name.
1 | spectra2hyperSpec(Spectra)
|
Spectra |
A |
A hyperSpec object.
Conor McManus
1 2 3 4 5 6 | require("hyperSpec")
require("ChemoSpec")
data(SrE.IR) # data set from ChemoSpec
IR <- spectra2hyperSpec(SrE.IR)
IR
str(IR)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.