powered by
"Cube"
Class "Cube"
data
(array) The data that are represented as hypercube.
structure
(list) The structure of the dimensions of the hypercube.
view
(list) Information about how to build a view for the hypercube. This information is stored in a list of Dimension-class objects.
Dimension-class
Objects can be created by calls of the form new("Cube", ...). This S4 class describes Cube objects.
new("Cube", ...)
Cube
generateCube
# NOT RUN { # show Cube definition showClass("Cube") # }
Run the code above in your browser using DataLab