powered by
SpcList
Retrieve names of a SpcList object
# S4 method for SpcList names(x)
A SpcList object
Returns the coulmn names of an object of class SpcList as a charecter vector.
# NOT RUN { sp <- spc.example_spectra() BL = spc.makeSpcList(sp,"CAST") names(BL) # }
Run the code above in your browser using DataLab