Data: Extracts Data

Description Usage Arguments Value Methods (by class) Examples

View source: R/Data.R

Description

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

Usage

1
2
3
4
5
6
7
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

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

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