View source: R/plotPPtreereg.R
plot.PPTreereg | R Documentation |
projection pursuit regression tree plot
## S3 method for class 'PPTreereg'
plot(x, font.size = 17, width.size = 1, ...)
x |
PPTreereg class object |
font.size |
font size of plot |
width.size |
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.
plot object
data(dataXY)
Model <- PPTreereg(Y~., data = dataXY, DEPTH = 2)
plot(Model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.