mplot(object, ...)## S3 method for class 'lm':
mplot(object, which = c(1:3, 7), system = c("lattice",
"ggplot2", "base"), ask = FALSE, multiplot = "package:gridExtra" %in%
search(), par.settings = theme.mosaic(), level = 0.95,
title = paste("model: ", deparse(object$call), "\n"), ...)
## S3 method for class 'data.frame':
mplot(object, default = plotTypes,
system = c("lattice", "ggplot2"), show = FALSE, title = "", ...)
## S3 method for class 'summary.lm':
mplot(object, system = c("lattice", "ggplot2"),
level = 0.95, par.settings = trellis.par.get(), ...)
## S3 method for class 'TukeyHSD':
mplot(object, system = c("lattice", "ggplot2"),
ylab = "", xlab = "difference in means",
title = "Tukey's Honest Significant Differences",
par.settings = trellis.par.get(), ...)
## S3 method for class 'TukeyHSD':
mplot(object, system = c("lattice", "ggplot2"),
ylab = "", xlab = "difference in means",
title = "Tukey's Honest Significant Differences",
par.settings = trellis.par.get(), ...)