rggobi (version 2.1.22)

dim.GGobiData: GGobiData dimensions

Description

Retrieve the dimension of a GGobiData

Usage

# S3 method for GGobiData
dim(x)

Arguments

x

dataset

Examples

Run this code
# NOT RUN {
if (interactive()) {
g <- ggobi(mtcars)
dim(g[1])}
# }

Run the code above in your browser using DataLab