These methods provide an array
-like interface to the CrunchCube
object.
# S4 method for CubeDims
dimnames(x)# S4 method for CubeDims
dim(x)
# S4 method for CubeDims
is.na(x)
# S4 method for CrunchCube
dimensions(x)
# S4 method for CubeDims
variables(x)
# S4 method for CrunchCube
variables(x)
# S4 method for CrunchCube
dim(x)
# S4 method for CrunchCube
dimnames(x)
# S4 method for CrunchCube
names(x)
# S4 method for CrunchCube
aliases(x)
# S4 method for CrunchCube
descriptions(x)
a CrunchCube or its CubeDims component.
Generally, the same shape of result that each of these functions
return when applied to an array
object.