setExcludedRecords.ggobi {Rggobi} | R Documentation |
setExcludedRecords.ggobi(which, .data = 1, .gobi = getDefaultGGobi()) getExcludedRecords.ggobi(.data = 1, .gobi = getDefaultGGobi())
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. |
getExcludedRecords.ggobi
returns the logical vector
Duncan Temple Lang