reposition_venn_gridtext_labels | R Documentation |
Reposition venn gridtext labels
reposition_venn_gridtext_labels(
g_labels,
gdf,
segment_df = NULL,
do_draw = TRUE,
verbose = FALSE,
...
)
g_labels |
|
gdf |
|
segment_df |
|
do_draw |
|
verbose |
|
... |
additional arguments are ignored. |
This is an internal function, based upon draw_gridtext_groups()
which takes grid grobs already defined in context of an active
graphics device, so the actual height and width is defined,
and repositions labels for each group of labels.
For example, when the group of labels is connected to a line segment on the right side, the labels will be right-justified so the line segment ends at the right edge of the labels.
Also, this function is intended to allow different "layouts", such as having the set title at top-center, with counts in two columns below the title on the left and right.
Other venndir label:
draw_gridtext_groups()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.