Learn R Programming

factree (version 0.1.0)

plot.FACT: Plot a FACT Tree Object

Description

Generates a visual plot of the FACT tree structure.

Usage

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

Value

No return value, called for side effects (plotting).

Arguments

x

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

...

Additional arguments (not used).