plot.PPtreeclass: PPtree plot

Description Usage Arguments Details References Examples

View source: R/plotPPtreeclass.R

Description

projection pursuit classification tree plot

Usage

1
2
3
## S3 method for class 'PPtreeclass'
plot(x, font.size = 17, width.size = 1,
  main = "Projection Pursuit Classification Tree", sub = NULL, ...)

Arguments

x

PPtreeclass object

font.size

font size of plot

width.size

size of eclipse in each node.

main

main title

sub

sub title

...

arguments to be passed to methods

Details

Draw projection pursuit classification tree with tree structure. It is modified from a function in party library.

References

Lee, EK(2017) PPtreeViz: R Package for Visualization of projection Pursuit Classification Tree, Journal of Statistical Software.

Examples

1
2
3
4
data(iris)
Tree.result <- PPTreeclass(Species~., data = iris,"LDA")
Tree.result
plot(Tree.result)

EK-Lee/PPtreeViz documentation built on May 6, 2019, 3:09 p.m.