rpart.matrix {mvpart} | R Documentation |
Creates a model matrix from a call to rpart
.
rpart.matrix(frame)
frame |
model frame (from call to rpart )
|
Returns a matrix from the frame of class matrix
. Used internally by
the function rpart
.