
hyperSpec objects can have row- and column names like data.frames. The "names" of the wavelengths
are treated separately: see wl
# S4 method for hyperSpec
dimnames(x)# S4 method for hyperSpec
rownames(x, do.NULL = TRUE, prefix = "row")
# S4 method for hyperSpec
rownames (x) <- value
# S4 method for hyperSpec
colnames(x, do.NULL = TRUE, prefix = "col")
# S4 method for hyperSpec
colnames (x) <- value
C. Beleites
dimnames (flu)
rownames (flu)
colnames (chondro)
Run the code above in your browser using DataLab