View source: R/process.group.plot.R
process.group.plot | R Documentation |
Prepares data and plots a dependent variable across one or two independent variables, yielding a matrix of plots.
process.group.plot(
fx,
data = NULL,
FUN = hist.grouped,
interval.size = NA,
anchor.value = NA,
width.consider = lolcat.default.width.consider,
right = F,
hist.correct.label = isTRUE(all.equal(FUN, hist.grouped)),
constant.x.axis = T,
constant.y.axis = T,
...
)
fx |
Formula - grouping formula of form dv ~ iv or dv ~ iv1 + iv2 |
data |
Data Frame - The data for the plots |
FUN |
Function - Plotting function compatible with parameters for hist.grouped |
interval.size |
Numeric - Bin size |
anchor.value |
Numeric - One of the breakpoints |
width.consider |
Numeric - Bin sizes to consider when plotting histograms |
right |
Logical - If TRUE, the histogram cells are right-closed (left open) intervals. |
hist.correct.label |
Logical - Provide better placement for labels compared with the labeled cells/bins. |
constant.x.axis |
Logical - If TRUE, ensure all plots have the same domains. |
constant.y.axis |
Logical - If TRUE, ensure all plots have the same ranges. |
... |
Additional parameters - Additional parameters passed to FUN |
No return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.