knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

oebrand

This package provides Oxford Economics brand tools, including several color palettes.

Installation

You can install this package from GitHub with:

# install.packages("devtools")
devtools::install_github("TourismEconomics/oebrand")

Usage

library("oebrand")
# See all palettes
names(oe_palettes)

Palettes

primary

oe_palette("primary")
names(oe_palette("primary"))

secondary

oe_palette("secondary")
names(oe_palette("secondary"))

blue_grad

oe_palette("blue_grad")
names(oe_palette("blue_grad"))

bold

oe_palette("bold")
names(oe_palette("bold"))

pale

oe_palette("pale")
names(oe_palette("pale"))

Background

The wesanderson package was a useful example in developing this package.



TourismEconomics/oebrand documentation built on April 26, 2022, 3:49 p.m.