mPlot(data, default = plotType, system = c("lattice", "ggplot2"),
show = FALSE, title = "", ...)mMap(data, default = "map", system = "ggplot2", show = FALSE,
title = title, ...)
mScatter(data, default = c("scatter", "jitter", "boxplot", "violin"),
system = c("lattice", "ggplot2"), show = FALSE, title = "")
mUniplot(data, default = c("histogram", "density", "frequency polygon"),
system = c("lattice", "ggplot2"), show = FALSE, title = "")
"scatter"
, "jitter"
, "boxplot"
,
"violin"
, "histogram"
, "density"
,
"frequency polygon"
, "xyplot"
, or
TRUE
, the code will be
displayed each time the plot is changed.mPlot
is required by end users. The other plotting functions
are dispatched based on the value of default
.Currently maps are only supported in
mPlot(HELPrct, "scatter")
mPlot(HELPrct, "density")
Run the code above in your browser using DataLab