Description Usage Arguments Value Author(s) See Also Examples
View source: R/normSpectra2D.R
This function carries out normalization of the spectra in a
Spectra2D
object. The current options are:
"zero2one"
normalizes each 2D spectrum to a [0 ... 1] scale.
"minusPlus"
normalizes each 2D spectrum to a [-1 ... 1] scale.
"TotInt"
normalizes each 2D spectrum so that the total area is one.
1 | normSpectra2D(spectra, method = "zero2one")
|
spectra |
An object of S3 class |
method |
Character string giving the method for normalization. |
An object of S3 class Spectra2D
.
Bryan A. Hanson, DePauw University.
centscaleSpectra2D
for another means of scaling.
1 2 3 4 | data(MUD1)
MUD1n <- normSpectra2D(MUD1)
MUD1b <- removeFreq(MUD1, remF2 = 2.5 ~ 3.5)
MUD1bn <- normSpectra2D(MUD1b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.