View source: R/plotting-utils.R
djvdj_theme | R Documentation |
Theme for djvdj plotting functions
djvdj_theme(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22,
line_color = "grey85"
)
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 |
ggplot theme
plot_scatter(vdj_sce, data_col = "seurat_clusters") +
djvdj_theme()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.