simplegg | R Documentation |
Template for ggplot2
simplegg( title_size = 13, axis_title_size = 13, axis_text_size = 12, legend_title_size = 12, legend_text_size = 12, caption_size = 11, legend_key_size = 1, font_family = NULL, flip = FALSE )
title_size |
numeric. Specify font size of plot title. |
axis_title_size |
numeric. Specify font size of axis title. |
axis_text_size |
numeric. Specify font size of axis texts. |
legend_title_size |
numeric. Specify font size of legend title. |
legend_text_size |
numeric. Specify font size of legend texts. |
caption_size |
numeric. Specify font size of caption. |
legend_key_size |
numeric. Specify key size of legends |
font_family |
character. Specify font family. Default is NULL. |
flip |
logical. Specify whether to swap the x-axis and y-axis. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.