plotcarttree(carttree{, outval})
- plots the CART tree
dispcarttree(ctdisp, xn, yn, carttree{, outval})
- plots the CART tree in an user given display ctdisp
tree, treelabel
=
grcarttree(carttree{, outval})
- generates two graphical objects which contain the plot
of the CART tree and the labels in the CART tree
plotcart2(x, tree{, xname})
- plots the cuts of CART in a two-dimensional projection of the
dataset x
dispcart2(cartdisp, xn, yn, x, carttree, ix, iy, depth, ssr)
- plots the cuts of CART in a twodimensional projection of the
dataset x in an user given display cartdisp
- cut =
grcart2(x, carttree, ix, iy, depth, ssr)
- generates the cuts which contain a two-dimensional projection of
the data x
|