print.evimp {earth}R Documentation

Print an "evimp" object

Description

Print an evimp object. Just a simple utility that drops the class field when printing.

Usage

## S3 method for class 'evimp'
print(x = stop("no 'x' arg"), ...)

Arguments

x

An evimp object.

...

Extra arguments passed to print functions.

See Also

earth, evimp

Examples

data(ozone1)
a <- earth(O3 ~ ., data=ozone1, degree=2)
evimp(a) # implicitly calls print.evimp

[Package earth version 3.2-7 Index]