print.outForest: Prints outForest

View source: R/methods.R

print.outForestR Documentation

Prints outForest

Description

Print method for an object of class "outForest".

Usage

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

Arguments

x

A on object of class "outForest".

...

Further arguments passed from other methods.

Value

Invisibly, the input is returned.

Examples

x <- outForest(iris)
x

outForest documentation built on May 31, 2023, 5:55 p.m.