diff --git a/R/emapplot_utilities.R b/R/emapplot_utilities.R index 28902c7..a7ed234 100644 --- a/R/emapplot_utilities.R +++ b/R/emapplot_utilities.R @@ -325,15 +325,6 @@ add_ellipse <- function(p, group_legend, label_style, } -# ##' add category nodes -# ##' -# ##' @param p ggplot2 object -# ##' @param cex_category Number indicating the amount by which plotting category -# ##' nodes should be scaled relative to the default. -# ##' @param color Variable that used to color enriched terms, e.g. 'pvalue', -# ##' 'p.adjust' or 'qvalue'. -# ##' @noRd - # ##' Get data for pie plot # ##'