names-SpcList-method: names of 'SpcList' object

Description Usage Arguments Value Examples

Description

Retrieve names of a SpcList object

Usage

1
2
## S4 method for signature 'SpcList'
names(x)

Arguments

x

A SpcList object

Value

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

Examples

1
2
3
sp <- spc.example_spectra()
BL = spc.makeSpcList(sp,"CAST")
names(BL)

geoSpectral documentation built on Feb. 20, 2020, 5:08 p.m.