Data | R Documentation |
Extracts data with optionally replaced outliers from object of class "outForest".
Data(object, ...)
## Default S3 method:
Data(object, ...)
## S3 method for class 'outForest'
Data(object, ...)
object |
An object of class "outForest". |
... |
Arguments passed from or to other methods. |
A data.frame
.
Data(default)
: Default method not implemented yet.
Data(outForest)
: Extract data from "outForest" object.
x <- outForest(iris)
head(Data(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.