View source: R/ohsu_palettes.R
ohsu_cols | R Documentation |
Function to extract ohsu colors as hex codes
horizon yellow | #FFC939 |
marquam blue | #5E97C9 |
ohsu gray | #585E60 |
terwilliger green | #57B147 |
dark blue | #002776 |
orange | #ED6D23 |
pink red | #ED1941 |
cyan blue | #0E4D8F |
red | #C34D36 |
ohsu_cols(...)
... |
Character names of ohsu_colors |
library(ggplot2)
ohsu_cols()
ohsu_cols("horizon yellow")
ohsu_cols("horizon yellow", "terwilliger green")
ohsu_cols("terwilliger green", "horizon yellow")
ggplot(data = mtcars,
aes(x = hp,
y = mpg)) +
geom_point(color = ohsu_cols("terwilliger green"),
size = 4,
alpha = 0.8) +
theme_minimal()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.