Learn R Programming

rpart (version 3.1-9)

rpconvert: Update an rpart object

Description

Rpart objects changed (slightly) in their internal format in order to accomdate the changes for user-written split functions. This routine updates an old object to the new format.

Usage

rpconvert(x)

Arguments

x
an rpart object

Value

  • an updated object

See Also

rpart