View source: R/getters_and_setters.R
value | R Documentation |
value
returns the value matrix from spectra
value(x) ## S3 method for class 'spectra' value(x)
x |
spectra object |
matrix with samples in rows and bands in columns
value(spectra)
: Get spectra value
Jose Eduardo Meireles
library(spectrolab) spec = as_spectra(spec_matrix_example, name_idx = 1) is.matrix(value(spec))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.