| print.deforest.ranger {ranger} | R Documentation | 
Print deforested ranger summary
Description
Print basic information about a deforested ranger object.
Usage
## S3 method for class 'deforest.ranger'
print(x, ...)
Arguments
x | 
 A   | 
... | 
 Further arguments passed to or from other methods.  | 
Note
Many of the components of a typical ranger object are not 
available after deforestation and are instead replaced with NA (e.g., 
out-of-bag (OOB) predictions, variable importance scores (if requested), and 
OOB-based error metrics).
Author(s)
Brandon M. Greenwell
See Also
[Package ranger version 0.16.0 Index]