dimnames.DataFrameStack {gmGeostats} | R Documentation |
Return the dimnames of a DataFrameStack
Description
Return the dimnames of a DataFrameStack()
, i.e. the three dimensions
Usage
## S3 method for class 'DataFrameStack'
dimnames(x)
## S4 method for signature 'Spatial'
dimnames(x)
Arguments
x |
a |
Value
a list (possibly named) with the element names of each of the three dimensions
Functions
-
dimnames,Spatial-method
: dimnames method for all Spatial*DataFrame objects of packagesp
which data slot contains aDataFrameStack()
[Package gmGeostats version 0.11.3 Index]