R/prune.R

Defines functions prune

Documented in prune

# This should be part of Splus proper -- make prune a method
prune <- function(tree, ...)  UseMethod("prune")

Try the rpart package in your browser

Any scripts or data that you put into this service are public.

rpart documentation built on Oct. 10, 2023, 1:08 a.m.