print.evimp {earth} | R Documentation |
Print an evimp
object.
Just a simple utility that drops the class field when printing.
## S3 method for class 'evimp' print(x = stop("no 'x' arg"), ...)
x |
An |
... |
Extra arguments passed to print functions. |
data(ozone1) a <- earth(O3 ~ ., data=ozone1, degree=2) evimp(a) # implicitly calls print.evimp