print.outForest {outForest} | R 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
[Package outForest version 1.0.1 Index]