plot,dmbc_config,ANY-method {dmbc} | R Documentation |
Provide a graphical summary of a dmbc_config
class instance.
Description
Provide a graphical summary of a dmbc_config
class instance.
Usage
## S4 method for signature 'dmbc_config,ANY'
plot(
x,
size = NULL,
size_lbl = NULL,
nudge_x = 0,
nudge_y = 0,
label_objects = TRUE,
...
)
Arguments
x |
An object of class |
size |
A length-two numeric vector providing the optional sizes of points and lines in the plot. |
size_lbl |
A length-one numeric vector providing the size of labels. |
nudge_x |
A length-one numeric vector providing the optional horizontal adjustment to nudge labels by. |
nudge_y |
A length-one numeric vector providing the optional vertical adjustment to nudge labels by. |
label_objects |
A length-one logical vector. If |
... |
Further arguments to pass on (currently ignored). |
Author(s)
Sergio Venturini sergio.venturini@unicatt.it
[Package dmbc version 1.0.2 Index]