hake_theme | R Documentation |
ggplot2::ggplot()
plots in the documentTheme for the ggplot2::ggplot()
plots in the document
hake_theme(
ax_label_color = axis_label_color,
ax_title_font_size = axis_title_font_size,
ax_tick_font_size = axis_tick_font_size,
ax_title_font_face = "plain",
ax_tick_font_face = "plain",
ax_tick_length_cm = 0.15,
margin_def = margin(0, 0, 0, 0)
)
ax_label_color |
The color of the text for all tick labels and axis titles in the project |
ax_title_font_size |
The font size for all the axis titles in the project |
ax_tick_font_size |
The font size for all the axis tick labels in the project |
ax_title_font_face |
The font face for all the axis titles in the project. One of "plain", "bold", or "italics" |
ax_tick_font_face |
The font face for all the axis tick labels in the project. One of "plain", "bold", or "italics" |
ax_tick_length_cm |
The length of all the tick mark lines in the project |
margin_def |
A call to the function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.