outliers: Extracts Outliers

Description Usage Arguments Value Methods (by class) Examples

View source: R/outliers.R

Description

Extracts outliers from object of class 'outForest'. The outliers are sorted by their absolute score in descending fashion.

Usage

1
2
3
4
5
6
7
outliers(object, ...)

## Default S3 method:
outliers(object, ...)

## S3 method for class 'outForest'
outliers(object, ...)

Arguments

object

An object of class 'outForest'.

...

Arguments passed from or to other methods.

Value

A data.frame with one row per outlier. The columns are as follows:

Methods (by class)

Examples

1
2

outForest documentation built on Jan. 31, 2022, 9:07 a.m.