View source: R/waterfall_plot.R
waterfall_group | R Documentation |
create age_id ranked id for data grouped by start age
waterfall_group(d)
d |
dataframe with columns id (repeated) and age |
d <- data.frame(age=c(10,20,25, 13,14), id=c(100,100,100, 200,200))
d_grouped <- waterfall_group(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.