plot,dmbc_data,ANY-method {dmbc} | R Documentation |
Provide a graphical summary of a dmbc_data
class instance.
Description
Provide a graphical summary of a dmbc_data
class instance.
Usage
## S4 method for signature 'dmbc_data,ANY'
plot(x, colors = c("white", "black"), font = NA, cex.font = NA, ...)
Arguments
x |
An object of class |
colors |
A character vector providing the colors to use in the plot. |
font |
A length-one numeric vector for the font to use for text.
Can be a vector. |
cex.font |
A length-one numeric vector for the character expansion
factor. |
... |
Further arguments to pass on (currently ignored). |
Author(s)
Sergio Venturini sergio.venturini@unicatt.it
Examples
data(simdiss)
library(bayesplot)
cols <- color_scheme_set("brightblue")
plot(simdiss, colors = unlist(cols)[c(1, 6)], font = 1, cex.font = 0.75)
[Package dmbc version 1.0.2 Index]