powered by
projection pursuit regression tree plot
# S3 method for PPTreereg plot(x, font.size = 17, width.size = 1, ...)
plot object
PPTreereg class object
font size of plot
size of eclipse in each node.
arguments to be passed to methods
Draw projection pursuit regression tree with tree structure. It is modified from a function in party library.
party
data(dataXY) Model <- PPTreereg(Y~., data = dataXY, DEPTH = 2) plot(Model)
Run the code above in your browser using DataLab