ggtheme | R Documentation |
Custom ggplot themes.
theme_elesic( base_size = 11, base_family = "", base_line_size = 0.25, base_rect_size = base_size/22, base_axis_color = "black", legend_position = "none" ) theme_blank_y( base_size = 11, base_family = "", base_line_size = 0.25, base_rect_size = base_size/22, base_axis_color = "black", legend_position = "none" )
base_size |
Base font size, given in pts. |
base_family |
Base font family. |
base_line_size |
Base size for line elements. |
base_rect_size |
Base size for rect elements. |
base_axis_color |
Base color for axis elements. Applies to |
legend_position |
Set the legend position. See |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.