gg_woes | R Documentation |
Plot woes
gg_woes(
woes,
variable = "posprob",
color_bar = "gray75",
color_line = "#e22d36",
...
)
woes |
woes |
variable |
variable |
color_bar |
color_bar |
color_line |
color_line |
... |
... |
data("woes")
pps <- gg_woes(woes)
if(require(patchwork)){
purrr::reduce(pps, `+`) &
ggplot2::theme(
axis.text.x = ggplot2::element_text(size = 7),
axis.text.y = ggplot2::element_text(size = 7)
)
}
gg_woes(woes, variable = "woe")
gg_woes(woes, variable = "bin_iv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.