[.outlieroutputs {outliertree} | R Documentation |
Slice or sub-set outliers
Description
Select given rows from outlier results.
Usage
## S3 method for class 'outlieroutputs'
x[i]
Arguments
x |
An object of class 'outlieroutputs', as returned by e.g. predict.outliertree. |
i |
Rows to select. Can pass numbers or strings. Works the same as when selecting elements from a list. |
Value
An object of class 'outlieroutputs' containing only the selected rows.
[Package outliertree version 1.9.0 Index]