rt_funnel_plot: returns a funnel plot

View source: R/explore_basics.R

rt_funnel_plotR Documentation

returns a funnel plot

Description

returns a funnel plot

Usage

rt_funnel_plot(
  step_names,
  step_values,
  title = "",
  subtitle = "",
  caption = "",
  proportionate = FALSE
)

Arguments

step_names

the names of the steps, top down

step_values

the values of the steps, top down; the first/top value is assumed to be 100 percent

title

the title

subtitle

the subtitle

caption

the caption

proportionate

controls the shape of the funnel when FALSE, the width consistently decreases with each step when TRUE, the width decreases proportionate to the value of each step


shane-kercheval/rtools documentation built on July 7, 2022, 8:31 a.m.