The R Project SVN R

Rev

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

Rev 56184 Rev 56186
Line 2... Line 2...
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Development Team
3
% Copyright 1995-2007 R Core Development Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{interaction.plot}
6
\name{interaction.plot}
-
 
7
\alias{interaction.plot}
7
\title{Two-way Interaction Plot}
8
\title{Two-way Interaction Plot}
8
\description{
9
\description{
9
  Plots the mean (or other summary) of the response for two-way
10
  Plots the mean (or other summary) of the response for two-way
10
  combinations of factors, thereby illustrating possible interactions.
11
  combinations of factors, thereby illustrating possible interactions.
11
}
12
}