Description Usage Arguments Examples
View source: R/hs_preprocess.R
Calculate the phenotypic heterogeneity indices for each cell
1 2 3 4 5 6 7 8 9 10 11 12 |
hs.x |
Available hyperspec object |
smooth |
Smoothing TRUE/FALSE. Defaults to FALSE. |
align |
Align spectra TRUE/FALSE. Defaults to FALSE. |
align_ref |
Spectrum to use as reference for the alignment. Defaults to 1, the first spectrum. |
align_tol |
Tolerance value for alignment. Defaults to 5. |
align_wind |
Window for alignment. Defaults to 1. |
path |
Path contain spc files if no hyperSpec object is available |
pattern |
Pattern of spc files to import from path |
trim.range |
Wavenumber range to trim from raw spectra. |
niter |
Number of iterations. |
1 2 3 4 5 | # Load hyperSpec object
data("hs_example")
# Load hyperSpec object
hs.x.proc <- hs_preprocess(hs.x = hs_example, smooth = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.