rpart.branch {rpart} | R Documentation |
rpart.branch(x, y, node, branch)
x |
x coordinates of nodes |
y |
y coordinates of nodes |
node |
description of node number |
branch |
controls shape of horseshoe (1 is default, 0 has no shoulder) |
Internal function, called by plot.rpart
. Not usually called by user.