Learn R Programming

lcars (version 0.4.1)

theme_lcars: 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.