dimnames,VirtualArray-method {via} | R Documentation |
VirtualArray
'-derived class object.Get or set the dimnames of multidimensional VirtualArray
-derived class object.
## S4 method for signature 'VirtualArray'
dimnames(x)
## S4 replacement method for signature 'VirtualArray'
dimnames(x) <- value
x |
|
value |
|
A list
of character
vectors or NULL
.
ex <- rastex()
dimnames(ex)
data(paleocoastlines)
dimnames(paleocoastlines)
dimnames(paleocoastlines)[[2]] <- c("first", "second")
names(dimnames(paleocoastlines)) <- c("age", "type")