File: rpconvert.Rd

package info (click to toggle)
rpart 3.1.54-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 848 kB
  • sloc: ansic: 2,546; asm: 1,681; makefile: 1
file content (25 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\name{rpconvert}
\alias{rpconvert}
\title{
  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{
\item{x}{
an \code{rpart} object
}
}
\value{
An updated object
}
\seealso{
\code{rpart}
}
\keyword{tree}