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

mayer79/outRanger documentation built on June 15, 2025, 7:17 a.m.