dim.GGobiData {rggobi}R Documentation

GGobiData dimensions

Description

Retrieve the dimension of a GGobiData

Usage

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

Arguments

x

dataset

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

g <- ggobi(mtcars)
dim(g[1])

[Package rggobi version 2.1.20 Index]