summary {hypercube}R Documentation

Shows a summary for the given cube

Description

Shows the dimensions and the number of levels per dimension of the given cube. All added selections and aggregations will be regarded.

Usage

summary(x)

Arguments

x

The Cube object for which the summary is shown.

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")
summary(cube)


[Package hypercube version 0.2.1 Index]