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)
qplot(y = 1:10)
qplot(y = 1:10) + theme_bw()
qplot(y = 1:10) + theme_bigstatsr()

bigstatsr documentation built on Oct. 14, 2022, 9:05 a.m.