Organizing Data in Hypercubes
Adds an aggregation to a hypercube
Adds selection criteria to a hypercube
Converts the actual view of a cube to a data frame
Changes the order of the dimensions in a given cube
Class "Cube"
Class "Cube"
Generates a hypercube from a given dataframe
Provides functions and methods for organizing data in hypercubes
Calculates the dimension importances of a given cube.
Visualizes a Cube object as parallel coordinate plot
Prints an Importances object.
Removes aggregations from a hypercube
Removes selection criteria from a hypercube
Shows a Cube object
Shows a Dimension object
Calculates the sparsity of a given cube.
Shows a summary for the given cube
Provides functions and methods for organizing data in hypercubes (i.e., a multi-dimensional cube). Cubes are generated from molten data frames. Each cube can be manipulated with five operations: rotation (change.dimensionOrder()), dicing and slicing (add.selection(), remove.selection()), drilling down (add.aggregation()), and rolling up (remove.aggregation()).