mplot3_prp | R Documentation |
Plot output of a regression or classification tree created using rpart
A wrapper for rpart.plot::rpart.plot
mplot3_prp(
object,
type = 0,
extra = "auto",
branch.lty = 1,
under = FALSE,
fallen.leaves = TRUE,
palette = NULL,
filename = NULL,
pdf.width = 7,
pdf.height = 5,
...
)
object |
Output of s_CART |
palette |
Color vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.