View source: R/legend_annotation_utils.R
create_legend_theme | R Documentation |
Create Enhanced Legend Theme
create_legend_theme(
position = "top",
direction = "horizontal",
title = NULL,
title_size = 12,
text_size = 10,
key_size = 0.8,
key_width = NULL,
key_height = NULL,
ncol = NULL,
nrow = NULL,
box_just = "center",
margin = ggplot2::margin(0, 0, 0, 0)
)
position |
Legend position ("top", "bottom", "left", "right", "none") |
direction |
Legend direction ("horizontal", "vertical") |
title |
Legend title |
title_size |
Title font size |
text_size |
Text font size |
key_size |
Key size in cm |
key_width |
Key width |
key_height |
Key height |
ncol |
Number of columns |
nrow |
Number of rows |
box_just |
Legend box justification |
margin |
Legend margin |
ggplot2 theme elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.