decorate.earth {r2pmml} | R Documentation |
Decorates an "earth" object with an "xlevels" element.
Description
Decorates an "earth" object with an "xlevels" element.
Usage
## S3 method for class 'earth'
decorate(x, data, ...)
Arguments
x |
An "earth" object. |
data |
The training dataset. |
... |
Arguments to pass on to the "decorate.default" function. |
[Package r2pmml version 0.28.0 Index]