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])}

ggobi/rggobi documentation built on May 17, 2019, 3:15 a.m.