Learn R Programming

factree (version 0.1.0)

print.FACT: Print a FACT Tree Object

Description

Provides a concise textual representation of the FACT tree structure.

Usage

# S3 method for FACT
print(x, ...)

Value

Invisibly returns the original `FACT` object.

Arguments

x

An object of class `FACT`, typically the result of a call to `FACT()`.

...

Additional arguments (not used).