createEdgeDataset.ggobi {Rggobi}R Documentation

Create a GGobi dataset for representing edges

Description

This allows us to create an empty GGobi dataset that we can also use to represent edges between nodes in another dataset. After creating the dataset, we can add variables as we desire. The variables in this dataset are associated with the edges and we can brush and identify edges and highlight records in the displays for this dataset.

Usage

createEdgeDataset.ggobi(n, name = "<empty>", description = "Empty dataset!", add = TRUE, ids = as.character(seq(1, n)), .gobi = getDefaultGGobi())

Arguments

n the number of records that will be in this dataset
name the name to use for the dataset
description a human readable description of the dataset that can be displayed to inform the user of its origin and purpose.
add currently ignored.
ids names for the records in the dataset.
.gobi the GGobi instance in which to create the new dataset.

Details

Value

An object of class ggobiDataset that identifies the particular dataset.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

getDatasetReference ggobi setData.ggobi

Examples



[Package Rggobi version 1.1-2 Index]