| Cube-class {hypercube} | R Documentation |
Class "Cube"
Description
Class "Cube"
Slots
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-classobjects.
Objects from the Class
Objects can be created by calls of the form
new("Cube", ...). This S4 class describes Cube objects.
Author(s)
Michael Scholz michael.scholz@th-deg.de
See Also
Examples
# show Cube definition
showClass("Cube")
[Package hypercube version 0.2.1 Index]