prettytree {party} | R Documentation |
Print a tree.
Description
Produces textual output representing a tree.
Usage
prettytree(x, inames = NULL, ilevels = NULL)
Arguments
x |
a recursive list representing a tree. |
inames |
optional variable names. |
ilevels |
an optional list of levels for factors. |
Details
This function is normally not called by users but needed in some reverse dependencies of party.
[Package party version 1.3-16 Index]