Description Usage Arguments Details Value Author(s) Examples
The mean of every by data points in the spectra is calculated.
1 |
spc |
the |
by |
reduction factor |
na.rm |
decides about the treatment of if if if |
... |
ignored |
Using na.rm = TRUE always takes about twice as long as na.rm = FALSE.
If the spectra matrix does not contain too many NAs, na.rm = 2 is faster than
na.rm = TRUE.
A hyperSpec object with ceiling (nwl (spc) / by) data points per spectrum.
C. Beleites
1 2 3 4 5 6 7 |
Loading required package: lattice
Loading required package: grid
Loading required package: ggplot2
Package hyperSpec, version 0.99-20180627
To get started, try
vignette ("hyperspec")
package?hyperSpec
vignette (package = "hyperSpec")
If you use this package please cite it appropriately.
citation("hyperSpec")
will give you the correct reference.
The project homepage is http://hyperspec.r-forge.r-project.org
Warning message:
In spc.bin(flu, 5) : Last data point averages only 1 points.
[1] 181
[1] 37
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.