plot_ussc_logo: Append new USSC logo at the bottom of graph

Description Usage Arguments Author(s) Examples

View source: R/plot_ussc_logo.R

Description

Append new USSC logo at the bottom of graph

Usage

1

Arguments

ggplot_object

A ggplot2 graph - either last_plot() or written out to a specific name.

position

A character vector of the logo position - "bottom-right", "bottom-centre","bottom-center","bottom-left","top-right", "top-centre","top-center","top-left".

Author(s)

Zoe Meers

Examples

1
2
3
4
5
6
7
## Not run: 
graph <- ggplot2::ggplot2::ggplot(mtcars, ggplot2::aes(x = wt, y = mpg)) + 
ggplot2::geom_point() + 
ussc::theme_ussc()
(ggplot_object = graph, position = "bottom-right")

## End(Not run)

USStudiesCentre/ussc documentation built on Sept. 2, 2020, 2:51 p.m.