Description Usage Arguments Value Examples
select certain bands or aggregate wavelength ranges of a hyperSpec object.
1 | aggregate_wl(x, FUN = "mean", ...)
|
x |
a hyperSpec object. |
FUN |
function to be used for aggregation. |
... |
(named) selection of bands or band ranges. |
a hyperspec object with aggregated spc
1 2 3 4 | ## Not run:
aggregate_wl(chondro, "mean", band_a = 938, band_b = 1230 ~ 1260)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.