corrmorant_themes: Themes for ggcorrm plots

Description Usage Arguments Details See Also

Description

ggplot themes controlling all non-data display meant for the use withggcorrm. Single elements of a theme can be modified with ggplot2::theme().

Usage

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
)

Arguments

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).

Details

Available themes:

See Also

ggplot2::theme()


r-link/corrmorant documentation built on Jan. 10, 2021, 7:26 p.m.