powered by
## S3 method for class 'PPtreeclass': print(x, coef.print = FALSE, cutoff.print = FALSE, verbose = TRUE, ...)
data(iris) Tree.result <- PP.Tree.class(iris[,5],iris[,1:4],"LDA") Tree.result print(Tree.result,coef.print=TRUE,cutoff.print=TRUE)
Run the code above in your browser using DataLab