Rdocumentation
powered by
Learn R Programming
crunch (version 1.14.4)
cube-methods: Methods on Cube objects
Description
These methods provide an
array
-like interface to the CrunchCube object.
Usage
"dimnames"(x)
"dim"(x)
"is.na"(x)
Arguments
x
a CrunchCube or its CubeDims component.
Value
Generally, the same shape of result that each of these functions return when applied to an
array
object.
See Also
cube-computing