theme_lcars: LCARS ggplot themes

theme_lcarsR Documentation

LCARS ggplot themes

Description

A collection of ggplot2 themes that go well with LCARS styles and colors.

Usage

theme_lcars_light(
  base_size = 11,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22
)

theme_lcars_dark(
  base_size = 11,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22
)

Arguments

base_size

base font size.

base_family

base font family.

base_line_size

base size for line elements.

base_rect_size

base size for rect elements.


lcars documentation built on Sept. 10, 2023, 9:07 a.m.