show,Cube-method {hypercube}R Documentation

Shows a Cube object

Description

Shows the actual view of a Cube object. All added selections and aggregations will be regarded. Note that selection criteria will be applied before aggregating the data.

Usage

## S4 method for signature 'Cube'
show(object)

Arguments

object

The Cube object

Author(s)

Michael Scholz michael.scholz@th-deg.de

See Also

Cube

Examples


data("sales")
cube = generateCube(sales, columns = list(time = c("month", "year"),
      location = c("state"), product = "product"), valueColumn = "amount")
cube


[Package hypercube version 0.2.1 Index]