Description
Extracts data with optionally replaced outliers from object of class "outForest".
Usage
Data(object, ...)# S3 method for default
Data(object, ...)
# S3 method for outForest
Data(object, ...)
Arguments
- object
An object of class "outForest".
- ...
Arguments passed from or to other methods.
Examples
Run this codex <- outForest(iris)
head(Data(x))
Run the code above in your browser using DataLab