dimensions | R Documentation |
These methods provide an array
-like interface to the CrunchCube
object.
dimensions(x)
dimensions(x) <- value
measures(x)
## S4 method for signature 'CubeDims'
dimnames(x)
## S4 method for signature 'CubeDims'
dim(x)
## S4 method for signature 'CubeDims'
is.na(x)
## S4 method for signature 'CrunchCube'
dimensions(x)
## S4 replacement method for signature 'CrunchCube,CubeDims'
dimensions(x) <- value
## S4 method for signature 'CrunchCube'
dim(x)
## S4 method for signature 'CrunchCube'
dimnames(x)
## S4 method for signature 'CrunchCube'
measures(x)
x |
a CrunchCube or its CubeDims component. |
value |
for |
Generally, the same shape of result that each of these functions
return when applied to an array
object.
cube-computing
base::array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.