theme_scp: SCP theme

View source: R/SCP-plot.R

theme_scpR Documentation

SCP theme

Description

The default theme for SCP plot function.

Usage

theme_scp(aspect.ratio = NULL, base_size = 12, ...)

Arguments

aspect.ratio

Aspect ratio of the panel.

base_size

Base font size

...

Arguments passed to the theme.

Examples

library(ggplot2)
p <- ggplot(mtcars, aes(x = wt, y = mpg, colour = factor(cyl))) +
  geom_point()
p + theme_scp()

zh542370159/SCP documentation built on Nov. 22, 2023, 2:34 a.m.