The R Project SVN R

Rev

Rev 68948 | Rev 79479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 77594
Line 11... Line 11...
11
  combinations of factors, thereby illustrating possible interactions.
11
  combinations of factors, thereby illustrating possible interactions.
12
}
12
}
13
\usage{
13
\usage{
14
interaction.plot(x.factor, trace.factor, response, fun = mean,
14
interaction.plot(x.factor, trace.factor, response, fun = mean,
15
                 type = c("l", "p", "b", "o", "c"), legend = TRUE,
15
                 type = c("l", "p", "b", "o", "c"), legend = TRUE,
16
                 trace.label = deparse(substitute(trace.factor)),
16
                 trace.label = deparse1(substitute(trace.factor)),
17
                 fixed = FALSE,
17
                 fixed = FALSE,
18
                 xlab = deparse(substitute(x.factor)),
18
                 xlab = deparse1(substitute(x.factor)),
19
                 ylab = ylabel,
19
                 ylab = ylabel,
20
                 ylim = range(cells, na.rm = TRUE),
20
                 ylim = range(cells, na.rm = TRUE),
21
                 lty = nc:1, col = 1, pch = c(1:9, 0, letters),
21
                 lty = nc:1, col = 1, pch = c(1:9, 0, letters),
22
                 xpd = NULL, leg.bg = par("bg"), leg.bty = "n",
22
                 xpd = NULL, leg.bg = par("bg"), leg.bty = "n",
23
                 xtick = FALSE, xaxt = par("xaxt"), axes = TRUE,
23
                 xtick = FALSE, xaxt = par("xaxt"), axes = TRUE,