setSampledRecords.ggobi {Rggobi}R Documentation

Get/set the sampled records flags

Description

GGobi allows

Usage

setSampledRecords.ggobi(which, .data = 1, .gobi = getDefaultGGobi())
getSampledRecords.ggobi(.data = 1, .gobi = getDefaultGGobi())

Arguments

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.

Value

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

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

getRecordsInPlot.ggobi

Examples



[Package Rggobi version 1.1-3 Index]