theme_bigstatsr: Theme ggplot2

View source: R/plot.R

theme_bigstatsrR Documentation

Theme ggplot2

Description

Theme ggplot2 used by this package.

Usage

theme_bigstatsr(size.rel = 1)

Arguments

size.rel

Relative size. Default is 1.

Examples

library(ggplot2)
(p <- ggplot(mapping = aes(x = 1:10, y = 1:10)) + geom_point())
p + theme_bw()
p + theme_bigstatsr()

privefl/bigstatsr documentation built on March 29, 2024, 3:31 a.m.