show-Dimension-method: Shows a 'Dimension' object

Description Usage Arguments Author(s) See Also Examples

Description

Shows a Dimension object

Usage

1
2
## S4 method for signature 'Dimension'
show(object)

Arguments

object

The Dimension object

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")
cube@view[[1]]

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