gg_woes: Plot woes

View source: R/ggplots.R

gg_woesR Documentation

Plot woes

Description

Plot woes

Usage

gg_woes(
  woes,
  variable = "posprob",
  color_bar = "gray75",
  color_line = "#e22d36",
  ...
)

Arguments

woes

woes

variable

variable

color_bar

color_bar

color_line

color_line

...

...

Examples


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")



jbkunst/risk3r documentation built on March 19, 2024, 10:49 p.m.