Description Usage Arguments Examples
View source: R/SUB_nD_plotRpart.R
Subroutine for creating tree plots of the output from applyRpart()
1 | plotRpart(x, label = "Var Name")
|
x |
object created by applyRpart() |
label |
plot title |
1 2 3 | formula.use <- as.formula("Species ~ Sepal.Length + Sepal.Width + Petal.Length + Petal.Width")
test.fit <- applyRpart(formula.use, data = iris,minsplit = 10)
plot(test.fit,label="Species Identification Tree")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.