show,Dimension-method {hypercube} | R Documentation |
Shows a Dimension
object
Description
Shows a Dimension
object
Usage
## S4 method for signature 'Dimension'
show(object)
Arguments
object |
The |
Author(s)
Michael Scholz michael.scholz@th-deg.de
See Also
Examples
data("sales")
cube = generateCube(sales, columns = list(time = c("month", "year"),
location = c("state"), product = "product"), valueColumn = "amount")
cube@view[[1]]
[Package hypercube version 0.2.1 Index]