The ggplot2 theme applied to the circumplex canvas built by
ggcircumplex(). It is built on ggplot2::theme_minimal() so that the
amplitude rings, displacement spokes, and labels drawn by coord_circumplex()
are themed panel furniture that respond to further theming. Apply it to a
custom circumplex plot, and add + theme_*() or + theme() on top to
restyle the canvas.
Usage
theme_circumplex(base_size = 12)
Value
A ggplot2 theme object, to be added to a plot with +.
Arguments
base_size
A single positive number giving the base font size (in pt)
for the theme (default = 12).
See Also
Other circumplex layers:
coord_circumplex(),
geom_ssm_arc(),
geom_ssm_path(),
geom_ssm_point(),
ggcircumplex(),
scale_x_circumplex()