Learn R Programming

hypercube (version 0.2.1)

Dimension-class: Class "Cube"

Description

Class "Cube"

Arguments

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.

Examples

Run this code
# NOT RUN {
# show Dimension definition
showClass("Dimension")


# }

Run the code above in your browser using DataLab