Skip to contents

ggplot2 theme for marlin

Usage

theme_marlin(base_size = 14, ...)

Arguments

...

Value

nothing

Examples


ggplot(mtcars, aes(mpg)) +
  geom_histogram() +
  marlin::theme_marlin()
#> Error in ggplot(mtcars, aes(mpg)): could not find function "ggplot"