interactionplot: Plot interactions

interactionplotR Documentation

Plot interactions

Description

Usage

interactionplot(
  x.factor,
  trace.factor,
  response,
  fun = mean,
  type = c("l", "p", "b", "o", "c"),
  legend = TRUE,
  trace.label = deparse(substitute(trace.factor)),
  fixed = FALSE,
  xlab = deparse(substitute(x.factor)),
  ylab = ylabel,
  ylim = range(cells, na.rm = TRUE),
  lty = nc:1,
  col = 1,
  pch = c(1L:9, 0, letters),
  xpd = NULL,
  leg.bg = graphics::par("bg"),
  leg.bty = "n",
  xtick = FALSE,
  xaxt = graphics::par("xaxt"),
  axes = TRUE,
  leg.x = NULL,
  leg.y = NULL,
  xlim = NULL,
  ...
)

Arguments

x.factor

–.

trace.factor

–.

response

–.

fun

–.

type

–.

legend

–.

trace.label

–.

fixed

–.

xlab

–.

ylab

–.

ylim

–.

lty

–.

col

–.

pch

–.

xpd

–.

leg.bg

–.

leg.bty

–.

xtick

–.

xaxt

–.

axes

–.

leg.x

–.

leg.y

–.

xlim

–.

...

–.

Examples

## Not run: 
--

## End(Not run)



santiagobarreda/bmmb documentation built on June 11, 2024, 5:33 p.m.