
Default Polar Plot Theme
theme_polar.RdThis is a complete theme which attempts to recreate the styling of
openair::polarPlot(). As an alternative to using this theme, you could use
ggplot2::theme() or any of the in-built ggplot2 themes.
Usage
theme_polar(
  base_size = 11,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22,
  panel_ontop = TRUE
)Arguments
- base_size
- base font size, given in pts. 
- base_family
- base font family 
- base_line_size
- base size for line elements 
- base_rect_size
- base size for rect elements 
- panel_ontop
- Place panel grids on top of the plot geometries? The default, - TRUE, can make polar plots easier to interpret, but this behaviour may not always be desired.
Value
A ggplot theme object defining for use with ggplot2::ggplot().