The R Project SVN R

Rev

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

Rev 42333 Rev 44243
Line 11... Line 11...
11
  the current graphics device, allowing for the visual inspection of the
11
  the current graphics device, allowing for the visual inspection of the
12
  association between two dichotomous variables in one or several
12
  association between two dichotomous variables in one or several
13
  populations (strata).
13
  populations (strata).
14
}
14
}
15
\usage{
15
\usage{
16
fourfoldplot(x, color = c("#99CCFF", "#6699CC"), conf.level = 0.95,
16
fourfoldplot(x, color = c("#99CCFF", "#6699CC"),
-
 
17
             conf.level = 0.95,
17
             std = c("margins", "ind.max", "all.max"),
18
             std = c("margins", "ind.max", "all.max"),
18
             margin = c(1, 2), space = 0.2, main = NULL,
19
             margin = c(1, 2), space = 0.2, main = NULL,
19
             mfrow = NULL, mfcol = NULL)
20
             mfrow = NULL, mfcol = NULL)
20
}
21
}
21
\arguments{
22
\arguments{