Examples for 'rpart::text.rpart'


Place Text on a Dendrogram Plot

Aliases: text.rpart

Keywords: tree

### ** Examples

freen.tr <- rpart(y ~ ., freeny)
par(xpd = TRUE)
plot(freen.tr)
text(freen.tr, use.n = TRUE, all = TRUE)
plot of chunk example-rpart-text.rpart-1

[Package rpart version 4.1.19 Index]