The R Project SVN R

Rev

Rev 22540 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22540 Rev 24239
Line 58... Line 58...
58
}
58
}
59
\note{
59
\note{
60
  Some of the argument names and the precise behaviour are chosen for
60
  Some of the argument names and the precise behaviour are chosen for
61
  S-compatibility.
61
  S-compatibility.
62
}
62
}
-
 
63
\references{
-
 
64
  Chambers, J. M., Freeny, A and Heiberger, R. M. (1992)
-
 
65
  \emph{Analysis of variance; designed experiments.}
-
 
66
  Chapter 5 of \emph{Statistical Models in S}
-
 
67
  eds J. M. Chambers and T. J. Hastie, Wadsworth \& Brooks/Cole.
-
 
68
}
63
 
69
 
64
\examples{
70
\examples{
65
data(ToothGrowth)
71
data(ToothGrowth)
66
attach(ToothGrowth)
72
attach(ToothGrowth)
67
interaction.plot(dose, supp, len, fixed=TRUE)
73
interaction.plot(dose, supp, len, fixed=TRUE)