summary.outlieroutputs {outliertree} | R Documentation |
Print outliers in human-readable format
Description
Pretty-prints outliers as output by the 'predict' function from an Outlier Tree model (as generated by function 'outlier.tree'), or by 'extract.training.outliers'. Same as function 'print' (see the documentation of 'print' for more information about the parameters).
Usage
## S3 method for class 'outlieroutputs'
summary(object, outliers_print = 15, ...)
Arguments
object |
Outliers as returned by predict method on an object from 'outlier.tree'. |
outliers_print |
Maximum number of outliers to print. |
... |
Not used. |
Value
The same 'object' input, returned invisibly.
See Also
[Package outliertree version 1.9.0 Index]