You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/upset.R
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
#' will be the specific intersections listed.
15
15
#' @param matrix.color Color of the intersection points
16
16
#' @param main.bar.color Color of the main bar plot
17
+
#' @param plot.title Title of UpSetR plot
17
18
#' @param mainbar.y.label The y-axis label of the intersection size bar plot
18
19
#' @param mainbar.y.max The maximum y value of the intersection size bar plot scale. May be useful when aligning multiple UpSet plots horizontally.
19
20
#' @param sets.bar.color Color of set size bar plot
@@ -28,6 +29,7 @@
28
29
#' @param decreasing How the variables in order.by should be ordered. "freq" is decreasing (greatest to least) and "degree" is increasing (least to greatest)
29
30
#' @param show.numbers Show numbers of intersection sizes above bars
30
31
#' @param number.angles The angle of the numbers atop the intersection size bars
32
+
#' @param number.colors The colors of the numbers atop the intersection size bars
31
33
#' @param group.by How the data should be grouped ("degree" or "sets")
32
34
#' @param cutoff The number of intersections from each set (to cut off at) when aggregating by sets
33
35
#' @param queries Unified query of intersections, elements, and custom row functions. Entered as a list that contains a list of
0 commit comments