guide_remove_groups | R Documentation |
helper functions for ggplot - conditionally creates call to
ggplot2::guides
to remove legends that involve groups when there is
no groups in the call to conquestr::plotCCC()
guide_remove_groups(groups = TRUE)
groups |
A bool indicating if there is groups in the call to |
a list with a function call to ggplot2::guides
.
myExample <- guide_remove_groups(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.