theme_nw: Nic's theme

Description Usage Arguments Examples

View source: R/theme_zlab.R

Description

Nic's theme

Usage

1
theme_nw(base_size = 16, base_family = "helvetica")

Arguments

base_size

An integer.

base_family

A font

Examples

1
2
3
4
5
6
7
8
library("ggplot2")

box <- ggplot(data = iris, aes(x = Species, y = Sepal.Length)) +
  geom_boxplot(aes(fill = Species)) +
  ylab("Sepal Length") + ggtitle("Iris Boxplot") +
  stat_summary(fun = mean, geom = "point", shape = 5, size = 4) +
  theme_nw2()
box

zamanianlab/ZamanianLabREnvironment documentation built on Nov. 21, 2021, 2:03 p.m.