The R Project SVN R

Rev

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

Rev 12778 Rev 14207
Line 35... Line 35...
35
  The rectangles in each row are positioned relative to a baseline
35
  The rectangles in each row are positioned relative to a baseline
36
  indicating independence (\eqn{d_{ij} = 0}).  If the observed frequency
36
  indicating independence (\eqn{d_{ij} = 0}).  If the observed frequency
37
  of a cell is greater than the expected one, the box rises above the
37
  of a cell is greater than the expected one, the box rises above the
38
  baseline and is shaded in the color specified by the first element of
38
  baseline and is shaded in the color specified by the first element of
39
  \code{col}, which defaults to black; otherwise, the box falls below
39
  \code{col}, which defaults to black; otherwise, the box falls below
40
  the basline and is shaded in the color specified by the second element
40
  the baseline and is shaded in the color specified by the second
41
  of \code{col}, which default to red.
41
  element of \code{col}, which defaults to red.
42
}
42
}
43
\seealso{
43
\seealso{
44
  \code{\link{mosaicplot}};
44
  \code{\link{mosaicplot}};
45
  \code{\link[ctest]{chisq.test}}.
45
  \code{\link[ctest]{chisq.test}}.
46
}
46
}