Learn R Programming

hypercube (version 0.2.1)

Cube-class: Class "Cube"

Description

Class "Cube"

Arguments

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-class objects.

Objects from the Class

Objects can be created by calls of the form new("Cube", ...). This S4 class describes Cube objects.

See Also

generateCube

Examples

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

# }

Run the code above in your browser using DataLab