process.group.plot: One-Way and Two-Way Histograms/Plots

View source: R/process.group.plot.R

process.group.plotR Documentation

One-Way and Two-Way Histograms/Plots

Description

Prepares data and plots a dependent variable across one or two independent variables, yielding a matrix of plots.

Usage

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,
  ...
)

Arguments

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

Value

No return value


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.