setExcludedRecords.ggobi {Rggobi}R Documentation

Get/Set excluded records mask

Description

Usage

setExcludedRecords.ggobi(which, .data = 1, .gobi = getDefaultGGobi())
getExcludedRecords.ggobi(.data = 1, .gobi = getDefaultGGobi())

Arguments

which indices of the specified records which are to be excluded.
.data identifier for the GGobi dataset, either index, name or a dataset reference.
.gobi the GGobi instance in which to resolve the dataset if it is specified as an index or name.

Details

Value

getExcludedRecords.ggobi returns the logical vector

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

Examples



[Package Rggobi version 1.1-2 Index]