Learn R Programming

outForest (version 1.0.1)

print.outForest: Prints outForest

Description

Print method for an object of class "outForest".

Usage

# S3 method for outForest
print(x, ...)

Value

Invisibly, the input is returned.

Arguments

x

A on object of class "outForest".

...

Further arguments passed from other methods.

Examples

Run this code
x <- outForest(iris)
x

Run the code above in your browser using DataLab