setSampledRecords.ggobi {Rggobi} | R Documentation |
GGobi allows
setSampledRecords.ggobi(which, .data = 1, .gobi = getDefaultGGobi()) getSampledRecords.ggobi(.data = 1, .gobi = getDefaultGGobi())
which |
|
.data |
the dataset whose sampled vector is to be accessed. This can be identified by position, name or by reference. |
.gobi |
the GGobi instance in which to resolve the dataset by
position or name. If .data is a dataset reference, this is
not used. |
getSampledRecords.ggobi
returns a logical vector
with as many values as there are records in the dataset
with each element indicating whether the corresponding
record in the dataset was sampled or not.
setSampledRecords.ggobi
returns NULL
Duncan Temple Lang