Ol_Reliable | R Documentation |
Custom theme for ggplot used by all PCBS output figures.
Ol_Reliable()
Theme for ggplot objects used by PCBS.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.