Learn R Programming

geoSpectral (version 0.17.5)

names,SpcList-method: names of SpcList object

Description

Retrieve names of a SpcList object

Usage

# S4 method for SpcList
names(x)

Arguments

x

A SpcList object

Value

Returns the coulmn names of an object of class SpcList as a charecter vector.

Examples

Run this code
# NOT RUN {
sp <- spc.example_spectra()
BL = spc.makeSpcList(sp,"CAST")
names(BL)

# }

Run the code above in your browser using DataLab