createEdgeDataset.ggobi {Rggobi} | R Documentation |
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.
createEdgeDataset.ggobi(n, name = "<empty>", description = "Empty dataset!", add = TRUE, ids = as.character(seq(1, n)), .gobi = getDefaultGGobi())
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. |
An object of class ggobiDataset
that identifies
the particular dataset.
Duncan Temple Lang
getDatasetReference
ggobi
setData.ggobi