R/AllGenerics.R
, R/cube-dims.R
, R/cube-result.R
, and 1 more
cube-methods.Rd
These methods provide an array
-like interface to the CrunchCube
object.
dimensions(x)
dimensions(x) <- value
measures(x)
# S4 method for class 'CubeDims'
dimnames(x)
# S4 method for class 'CubeDims'
dim(x)
# S4 method for class 'CubeDims'
is.na(x)
# S4 method for class 'CrunchCube'
dimensions(x)
# S4 method for class 'CrunchCube,CubeDims'
dimensions(x) <- value
# S4 method for class 'CrunchCube'
dim(x)
# S4 method for class 'CrunchCube'
dimnames(x)
# S4 method for class 'CrunchCube'
measures(x)
Generally, the same shape of result that each of these functions
return when applied to an array
object.