print.outForest: Prints outForest

Description Usage Arguments Value Examples

View source: R/print.R

Description

Print method for an object of class outForest.

Usage

1
2
## 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

1
2
x <- outForest(iris)
x

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