Learn R Programming

outForest (version 1.0.1)

Data: Extracts Data

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, ...)

Value

A data.frame.

Arguments

object

An object of class "outForest".

...

Arguments passed from or to other methods.

Methods (by class)

  • Data(default): Default method not implemented yet.

  • Data(outForest): Extract data from "outForest" object.

Examples

Run this code
x <- outForest(iris)
head(Data(x))

Run the code above in your browser using DataLab