Skip to content

This package holds the 'ggplot2' themes from members of the biogeochem lab.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

biogeochem/biogeochemthemes

Repository files navigation

biogeochemthemes readme

Jason Venkiteswaran

biogeochemthemes : Biogeochem Lab Themes for ggplot2

Installation

library(devtools)
devtools::install_github("biogeochem/biogeochemthemes")

Usage

library(biogeochemthemes)
library(ggplot2)

Jason’s theme

ggplot(mtcars, aes(y=mpg, x=disp, colour=factor(cyl))) +
  geom_point() +
  labs(x="Fuel effiiency (mpg)", y="Weight (tons)", colour = "Cylinders",
       title="Jason's ggplot2 scatterplot example",
       subtitle="A witty subtitle goes here",
       caption="Brought to you by the phrase 'Who knows?!'") + 
  theme_jason()

Kateri’s theme

ggplot(mtcars, aes(y=mpg, x=disp, colour=factor(cyl))) +
  geom_point() +
  labs(x="Fuel effiiency (mpg)", y="Weight (tons)", color = "Cylinders",
       title="Kateri's ggplot2 scatterplot example",
       subtitle="A witty subtitle goes here",
       caption="Brought to you by the letters 'MSU'") + 
  theme_kateri()

Megan’s theme

ggplot(mtcars, aes(y=mpg, x=disp, colour=factor(cyl))) +
  geom_point() +
  labs(x="Fuel effiiency (mpg)", y="Weight (tons)", color = "Cylinders",
       title="Megan's ggplot2 scatterplot example",
       subtitle="A witty subtitle goes here",
       caption="Brought to you by extra coffee") + 
  theme_megan()

About

This package holds the 'ggplot2' themes from members of the biogeochem lab.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages