names.ggobiDataset {Rggobi}R Documentation

Methods for ggobiDataset objects

Description

Return the names of the datasets within a ggobi instance.

Usage

names.ggobi(x)

Arguments

x the object of class ggobiDataset

Details

Value

These behave like their counterparts that operate on data frames or matrices.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

[.ggobi getDatasetReference.ggobi describe.ggobi names.ggobi

Examples

 g <- ggobi(system.file("data", "flea.xml", package="Rggobi"), args="-noinit")

 names(g)

[Package Contents]