The R Project SVN R

Rev

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

Rev 10832 Rev 14623
Line 6... Line 6...
6
  the current graphics device, allowing for the visual inspection of the
6
  the current graphics device, allowing for the visual inspection of the
7
  association between two dichotomous variables in one or several
7
  association between two dichotomous variables in one or several
8
  populations (strata).
8
  populations (strata).
9
}
9
}
10
\usage{
10
\usage{
11
fourfoldplot(x, color = c("red", "blue"), conf.level = 0.95,
11
fourfoldplot(x, color = c("#99CCFF", "#6699CC"), conf.level = 0.95,
12
             std = c("margins", "ind.max", "all.max"),
12
             std = c("margins", "ind.max", "all.max"),
13
             margin = c(1, 2), space = 0.2, main = NULL,
13
             margin = c(1, 2), space = 0.2, main = NULL,
14
             mfrow = NULL, mfcol = NULL)
14
             mfrow = NULL, mfcol = NULL)
15
}
15
}
16
\arguments{
16
\arguments{