names-set-.spectra: Set spectra sample names

names<-.spectraR Documentation

Set spectra sample names

Description

names assigns sample names to lhs

Usage

## S3 replacement method for class 'spectra'
names(x) <- value

Arguments

x

spectra object (lhs)

value

values to be assigned (rhs)

Details

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.

Value

nothing. called for its side effect.

Author(s)

Jose Eduardo Meireles

Examples

library(spectrolab)
spec = as_spectra(spec_matrix_example, name_idx = 1)
names(spec) = toupper(names(spec))

spectrolab documentation built on Feb. 16, 2023, 10:27 p.m.