intersection_size | R Documentation |
Barplot annotation of intersections sizes
intersection_size(
mapping = aes(),
counts = TRUE,
bar_number_threshold = 0.85,
text_colors = c(on_background = "black", on_bar = "white"),
text = list(),
text_mapping = aes(),
mode = "distinct",
position = position_stack(),
width = 0.9,
...
)
mapping |
additional aesthetics for |
counts |
whether to display count number labels above the bars |
bar_number_threshold |
if less than one, labels for bars height greater than this threshold will be placed on (not above) the bars |
text_colors |
a name vector of characters specifying the color when |
text |
additional parameters passed to |
text_mapping |
additional aesthetics for |
mode |
region selection mode, defines which intersection regions will be accounted for when computing the size. See |
position |
position passed to |
width |
bar width, by default set to 90% |
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.