powered by
Dimension
Shows a Dimension object
# S4 method for Dimension show(object)
The Dimension object
Cube
# 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