Convenience functions to control the legend position for ggplot2
.
Has to be called after setting the theme.
Usage
theme_mod_disable_legend()
theme_mod_legend_position(
position = c("top", "bottom", "left", "right", "none", "inside"),
position.inside = NULL
)
theme_mod_legend_top()
theme_mod_legend_bottom()
theme_mod_legend_left()
theme_mod_legend_right()
Value
Changes the legend.position
of the ggplot2::theme()
.