evimp
object.## S3 method for class 'evimp':
plot(x = stop("no 'x' arg"),
cex.var = 1,
type.nsubsets = "l", col.nsubsets = "black", lty.nsubsets = 1,
type.gcv = "l", col.gcv = "lightblue", lty.gcv = 1,
type.rss = "l", col.rss = "gray60", lty.rss = 1,
cex.legend = 1, x.legend = nrow(x), y.legend = x[1,"nsubsets"],
main = "Variable importance", do.par=TRUE, ...)
evimp
object.par()
for global settings as appropriate.
Default is TRUE
, which sets oma=c(bottom.margin,0,0,3), cex=cex.var
.
Set to FALSE
if you want to append figures to an existing plot.earth
,
evimp
,
plot.earth.models
,
plotmo
data(ozone1)
a <- earth(O3 ~ ., data=ozone1, degree=2)
ev <- evimp(a)
plot(ev)
print(ev)
Run the code above in your browser using DataLab