View source: R/explore_basics.R
rt_funnel_plot | R Documentation |
returns a funnel plot
rt_funnel_plot( step_names, step_values, title = "", subtitle = "", caption = "", proportionate = FALSE )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.