Learn R Programming

wsrf (version 1.3.0)

print.wsrf: Print Method for wsrf model

Description

Print all trees or one specific tree in the forest model built from wsrf.

Usage

## S3 method for class 'wsrf':
print(x, tree, \dots)

Arguments

x
object of class wsrf.
tree
the index of a specific tree. If missing, print will print the whole forest, which will take a long time for a big forest.
...
other arguments to print.wsrf.

See Also

wsrf