bands<- | R Documentation |
bands
sets band labels of lhs to the rhs values
bands(x) <- value
x |
spectra object (lhs) |
value |
rhs |
nothing. called for its side effect.
Jose Eduardo Meireles
library(spectrolab) spec = as_spectra(spec_matrix_example, name_idx = 1) bands(spec) = bands(spec) / 1000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.