Learn R Programming

PCBS (version 0.1.1)

Ol_Reliable: PCBS ggplot theme.

Description

Custom theme for ggplot used by all PCBS output figures.

Usage

Ol_Reliable()

Arguments

Value

Theme for ggplot objects used by PCBS.

Examples

Run this code
df <- data.frame(A=c(1,2,3), B=c(1,2,3))

ggplot2::ggplot(df, ggplot2::aes(x=A, y=B))+
ggplot2::geom_point()+
Ol_Reliable()

Run the code above in your browser using DataLab