knitr::opts_chunk$set(echo = FALSE) library(ussc) library(ggplot2)
Text goes here.
This text is blue for emphasis.
example <- ggplot(iris, aes(Sepal.Width, Sepal.Length, colour = Species)) + geom_point(size = 4, alpha=0.4) + theme_ussc_dark() + scale_colour_ussc("main", reverse=TRUE) plot_ussc_logo(example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.