The R Project SVN R

Rev

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

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