dim-GGobiData-ok: GGobiData dimensions

Description Usage Arguments Author(s) Examples

Description

Retrieve the dimension of a GGobiData

Usage

1
2
## S3 method for class 'GGobiData'
dim(x)

Arguments

x

dataset

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

1
2
3
if (interactive()) {
g <- ggobi(mtcars)
dim(g[1])}

rggobi documentation built on May 2, 2019, 6:41 a.m.