interactionplot | R Documentation |
–
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,
...
)
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 |
–. |
... |
–. |
## Not run:
--
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.