Calculate Plotting Coordinates For Nodes of a Tree Object

USAGE:

treeco(tree, uniform) 

ARGUMENTS:

tree
fitted model object of class tree. This is assumed to be the result of some function that produces an object with the same named components as that returned by the tree function.
uniform
If " u", uniform spacing of nodes is used; default is non-uniform spacing based on change of deviance of parent and children nodes.

VALUE:

Called by plot.tree.

DETAILS:

This is not intended to be called directly by users.

SEE ALSO:

.