names<-.spectra | R Documentation |
names
assigns sample names to lhs
## S3 replacement method for class 'spectra' names(x) <- value
x |
spectra object (lhs) |
value |
values to be assigned (rhs) |
Sample names must not be coercible to numeric. That is, names such as "1" and "153.44" are invalid even if they are encoded as character. names will add the prefix "spec_" to any element of value that is coercible to numeric.
nothing. called for its side effect.
Jose Eduardo Meireles
library(spectrolab) spec = as_spectra(spec_matrix_example, name_idx = 1) names(spec) = toupper(names(spec))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.