Back to graph gallery

plotmo help page

plotmo-example3.png

Code

library(earth)
data(ozone1)
plotmo(lm(log(O3) ~ humidity*temp, data=ozone1),
       caption="plotmo example 3", level=.99, clip=FALSE)

Back to graph gallery