powered by
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()
ggplot2::guides
conquestr::plotCCC()
guide_remove_groups(groups = TRUE)
a list with a function call to ggplot2::guides.
A bool indicating if there is groups in the call to conquestr::plotCCC().
myExample <- guide_remove_groups(TRUE)
Run the code above in your browser using DataLab