dimnames.DataFrameStack: Return the dimnames of a DataFrameStack
Description
Return the dimnames of a DataFrameStack()
, i.e. the three dimensions
Usage
# S3 method for DataFrameStack
dimnames(x)# S4 method for Spatial
dimnames(x)
Value
a list (possibly named) with the element names of each of the three dimensions
Arguments
- x
a DataFrameStack()
object