Learn R Programming

grf (version 0.9.4)

print.grf: Print a GRF forest object.

Description

Print a GRF forest object.

Usage

# S3 method for grf
print(x, decay.exponent = 2, max.depth = 4, ...)

Arguments

x

The tree to print.

decay.exponent

Controls the relative importance of splits.

max.depth

The maximum depth of splits to consider.

...

Additional arguments (currently ignored).