summary.recforest {recforest} | R Documentation |
Summary Method for recforest Objects
Description
This function provides a summary of a recforest object by printing its metrics.
Usage
## S3 method for class 'recforest'
summary(object, ...)
Arguments
object |
An object of class |
... |
Additional arguments to be passed to the summary function. |
Value
The function prints the metrics of the recforest
object.
[Package recforest version 1.0.0 Index]