Learn R Programming

hypercube (version 0.2.1)

show,Dimension-method: Shows a Dimension object

Description

Shows a Dimension object

Usage

# S4 method for Dimension
show(object)

Arguments

object

The Dimension object

See Also

Cube

Examples

Run this code
# NOT RUN {
data("sales")
cube = generateCube(sales, columns = list(time = c("month", "year"),
      location = c("state"), product = "product"), valueColumn = "amount")
cube@view[[1]]

# }

Run the code above in your browser using DataLab