layer_cohort | R Documentation |
Returns ggproto objects in a list and that list plays nicely with +. data %>% ggplot(aes(blah blah)) + geom_something_else() + layer_cohort(data = other_data, tweak1, tweak2)
layer_cohort( data, time = "MONTHS_SUBSCRIBED", metric = "IND_ACTIVE", group = "COHORT", ... )
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.