Data {outForest}R Documentation

Extracts Data

Description

Extracts data with optionally replaced outliers from object of class "outForest".

Usage

Data(object, ...)

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

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

Arguments

object

An object of class "outForest".

...

Arguments passed from or to other methods.

Value

A data.frame.

Methods (by class)

Examples

x <- outForest(iris)
head(Data(x))

[Package outForest version 1.0.1 Index]