inst/examples/ex-waterfall.R

fig_waterfall(values = c(200, -50, 70),
              start_label = 'start', end_label = 'end')

fig_waterfall(values = c(200, -50, -19, 70),
              start_label = 'start', end_label = 'end')

fig_waterfall(values = c(200, -50, -19, 70, 30, 13, -5, 19),
              start_label = 'start', end_label = 'end')
purplezippo/ggpkt documentation built on May 21, 2019, 10:34 a.m.