Retrieve the dimension of a GGobiData
## S3 method for class 'GGobiData' dim(x)
x
dataset
Hadley Wickham <h.wickham@gmail.com>
g <- ggobi(mtcars) dim(g[1])