print.wsrf: Print Method for wsrf Model
Description
Print a summary of the forest model or one specific tree in the forest
model built from wsrf.
Usage
# S3 method for wsrf
print(x, trees, ...)
Arguments
- x
object of class wsrf.
- trees
the index of a specific tree. If missing, print
will print a summary of the model.
- ...
optional additional arguments. At present no additional
arguments are used.
Author
He Zhao and Graham Williams (SIAT, CAS)