Description Usage Arguments Author(s) See Also
Generates a dotchart of the importance of the most important
interactions for an object of class logicFS
or logicBagg
.
1 2 3 4 5 6 7 8 9 | ## S3 method for class 'logicFS'
plot(x, topX = 15, cex = 0.9, pch = 16, col = 1, show.prop = FALSE,
force.topX = FALSE, coded = TRUE, add.thres = TRUE, thres = NULL,
include0 = TRUE, add.v0 = TRUE, v0.col = "grey50", main = NULL, ...)
## S3 method for class 'logicBagg'
plot(x, topX = 15, cex = 0.9, pch = 16, col = 1, show.prop = FALSE,
force.topX = FALSE, coded = TRUE, include0 = TRUE, add.v0 = TRUE,
v0.col = "grey50", main = NULL, ...)
|
x |
an object of either class |
topX |
integer specifying how many interactions should be shown.
If |
cex |
a numeric value specifying the relative size of the text and symbols. |
pch |
specifies the used symbol. See the help of |
col |
the color of the text and the symbols. See the help of |
show.prop |
if |
force.topX |
if |
coded |
should the coded variable names be displayed? Might be useful
if the actual variable names are pretty long. The coded variable name of
the j-th variable is |
add.thres |
should a vertical line marking the threshold for a prime implicant
to be called important be drawn in the plot? If |
thres |
non-negative numeric value specifying the threshold for a prime implicant
to be called important. If |
include0 |
should the x-axis include zero regardless whether the importances of the shown interactions are much higher than 0? |
add.v0 |
should a vertical line be drawn at x = 0? Ignored if
|
v0.col |
the color of the vertical line at x = 0. See the help page of
|
main |
character string naming the title of the plot. If |
... |
Ignored. |
Holger Schwender, holger.schwender@hhu.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.