Description Usage Arguments Details See Also
ggplot themes controlling all non-data display meant for the use
withggcorrm
. Single elements of a theme can be modified with
ggplot2::theme()
.
1 2 3 4 5 6 | theme_corrm(
base_size = 9,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
|
base_size |
Base font size (defaults to 9). |
base_family |
Base font family (defaults to ""). |
base_line_size |
Base size for line elements (defaults to base_size/22). |
base_rect_size |
Base sie for rect elements (defaults to base_size/22). |
Available themes:
theme_corrm()
: The standard corrmorant theme with white background and
strong black facet outlines. So far the only available corrmorant theme.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.