View source: R/guide_prism_bracket.R
draw_prism_bracket | R Documentation |
Grob for bracket axes.
draw_prism_bracket(
break_positions,
break_labels,
axis_position,
theme,
check.overlap = FALSE,
angle = NULL,
n.dodge = 1,
width = NULL,
outside = TRUE
)
break_positions |
Position of bracket center and labels |
break_labels |
Labels between ticks |
axis_position |
Position of axis (top, bottom, left or right) |
theme |
A complete |
check.overlap |
Silently remove overlapping labels, (recursively) prioritizing the first, last, and middle labels. |
angle |
Compared to setting the angle in
|
n.dodge |
The number of rows (for vertical axes) or columns (for horizontal axes) that should be used to render the labels. This is useful for displaying labels that would otherwise overlap. |
width |
|
outside |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.