Rdocumentation
powered by
Learn R Programming
rpart (version 4.0-3)
rpconvert: Update an rpart object
Description
Rpart objects changed (slightly) in their internal format in order to accommodate 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