Dimension-class {hypercube} | R Documentation |
Class "Cube"
Description
Class "Cube"
Slots
name
(character) The name of the dimension.
values
(vector) A vector of selected values for this dimension.
aggregation
(vector) A vector of aggregation functions that will be applied to this dimension.
Objects from the Class
Objects can be created by calls of the form
new("Dimension", ...)
. This S4 class describes Dimension
objects.
Author(s)
Michael Scholz michael.scholz@th-deg.de
Examples
# show Dimension definition
showClass("Dimension")
[Package hypercube version 0.2.1 Index]