Learn R Programming

hyperSpec (version 0.100.2)

dimnames,hyperSpec-method: dimnames for hyperSpec objects

Description

hyperSpec objects can have row- and column names like data.frames. The "names" of the wavelengths are treated separately: see wl

Usage

# 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

Arguments

x

the hyperSpec object

do.NULL

handed to rownames or colnames: logical. Should this create names if they are NULL?

prefix

handed to rownames or colnames

value

the new names

Author

C. Beleites

See Also

wl for the wavelength dimension

dimnames

rownames

colnames

Examples

Run this code
dimnames (flu)
rownames (flu)
colnames (chondro)

Run the code above in your browser using DataLab