Learn R Programming

spectrolab (version 0.0.18)

bands: Get spectra band labels

Description

bands returns a vector of band labels from spectra

Usage

bands(x, min = NULL, max = NULL, return_num = TRUE)

# S3 method for spectra bands(x, min = NULL, max = NULL, return_num = TRUE)

Value

vector of bands. numeric if `return_num` = TRUE (default).

Arguments

x

spectra object

min

= NULL

max

= NULL

return_num

boolean. return vector of numeric values (default). otherwise, a vector of strings is returned

Methods (by class)

  • bands(spectra): Get spectra band labels

Author

Jose Eduardo Meireles

Examples

Run this code
library(spectrolab)
spec = as_spectra(spec_matrix_example, name_idx = 1)
head(bands(spec))

Run the code above in your browser using DataLab