gg_mytheme | R Documentation |
A custom theme for ggplots
gg_mytheme(
gg,
base_size = 16,
legend.position = "none",
flip_x = TRUE,
x_axis_cex = 1,
y_axis_cex = 1,
ylab_cex = 1,
xlab_cex = 1,
title_cex = 1,
x_angle = 90,
x_axis_hjust = 1,
x_axis_vjust = 0.5,
y_axis_hjust = 1,
print = FALSE
)
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.