# Function for generating IU colors (fill)
# Function for applying IU colors.
iu_cols <- c("#990000",
"#006298",
"#DC8823",
"#512A44",
"#285C4D",
"#191919",
"#4A3C31",
"#4C1213",
"#83786F",
"#DD0031",
"#01426A",
"#A38E9C")
scale_color_iu <- function() {
scale_color_manual(values = iu_cols)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.