Description Usage Arguments Examples
For example, you can label groups of samples in a large bar chart. More typically you will use auto_bracket() which automatically sets the x and xend based on a category label.
1 | my_bracket(plot, text, x, xend, y, cex = 2.2)
|
plot |
a ggplot2 plot. |
text |
the text to label the bracket with. |
x |
the x coordinate of the start of the bracket. |
xend |
the x coordinate of the end of the bracket. |
y |
the y coordinate of the bracket. |
cex |
the size of the text (default 2.2) |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.