theme_hp: A ggplot2 theme based on see::theme_lucid

View source: R/ggthemes.R

theme_hpR Documentation

A ggplot2 theme based on see::theme_lucid

Description

A ggplot2 theme based on see::theme_lucid

Usage

theme_hp(
  base_font_family = "Noto Sans",
  base_font_size = 12,
  legend = "bottom",
  ...
)

Arguments

base_font_family

base font family

base_font_size

base font size

legend

legend position

...

Other arguments passed to theme_lucid

Examples

## Not run: 
library(see)

ggplot(mtcars, aes(wt, mpg)) +
    geom_point() +
    labs(title = "A Lovely Plot",
         subtitle = "What can the subtitle tell us?") +
    theme_hp()

## End(Not run)


atsyplenkov/atslib documentation built on April 21, 2024, 11:59 p.m.