summary: Shows a summary for the given cube

Description Usage Arguments Author(s) See Also Examples

Description

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

Usage

1

Arguments

x

The Cube object for which the summary is shown.

Author(s)

Michael Scholz michael.scholz@th-deg.de

See Also

Cube

Examples

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

hypercube documentation built on March 26, 2020, 7:52 p.m.