dimnames,hyperSpec-method | R Documentation |
hyperSpec objects can have row- and column names like data.frames. The "names" of the wavelengths
are treated separately: see wl
## S4 method for signature 'hyperSpec'
dimnames(x)
## S4 method for signature 'hyperSpec'
rownames(x, do.NULL = TRUE, prefix = "row")
## S4 replacement method for signature 'hyperSpec'
rownames(x) <- value
## S4 method for signature 'hyperSpec'
colnames(x, do.NULL = TRUE, prefix = "col")
## S4 replacement method for signature 'hyperSpec'
colnames(x) <- value
x |
the hyperSpec object |
do.NULL |
handed to |
prefix |
handed to |
value |
the new names |
C. Beleites
wl
for the wavelength dimension
dimnames
rownames
colnames
dimnames (flu)
rownames (flu)
colnames (chondro)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.