djvdj_theme: Theme for djvdj plotting functions

View source: R/plotting-utils.R

djvdj_themeR Documentation

Theme for djvdj plotting functions

Description

Theme for djvdj plotting functions

Usage

djvdj_theme(
  base_size = 11,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22,
  line_color = "grey85"
)

Arguments

base_size

base font size in pts

base_family

base font family

base_line_size

base size for line elements

base_rect_size

base size for rect element

line_color

color for line elements

Value

ggplot theme

Examples


plot_scatter(vdj_sce, data_col = "seurat_clusters") +
  djvdj_theme()


rnabioco/djvdj documentation built on Oct. 24, 2023, 7:33 p.m.