.basic_aesthetics | R Documentation |
Title
.basic_aesthetics(
ggplot_object,
scale_x_limit_low = NA,
scale_x_limit_high = NA,
scale_y_limit_low = NA,
scale_y_limit_high = NA,
color_palette = "Set1",
plot_title = NA,
color_mode = "color",
axis_titles_size = 16
)
ggplot_object |
ggplot2 object to manipulate asesthetics |
scale_x_limit_low |
lower limit of x continuous scale |
scale_x_limit_high |
upper limit of x continuous scale |
scale_y_limit_low |
lower limit of y continuous scale |
scale_y_limit_high |
upper limit of y continuous scale |
color_palette |
color palette (one from RColorBrewer of ggsci packages) |
plot_title |
Title of the plot |
color_mode |
if using color, fill or both, when specifying color_palette |
axis_titles_size |
size of axis titles |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.