Nothing
#' @title
#' Extended Brand Colour Palette
#' @description
#' Displays extended brand colour palette for charting
#' @return a Base R plot object
#' @importFrom scales show_col
#' @examples
#' library(scales)
#' library(SangerTools)
#' show_extended_palette()
#' @export
show_extended_palette <- function() {
show_col(
c(
"#9880BB",
"#0061BA",
"#3BBCD9",
"#223873",
"#71B72B",
"#D585BA",
"#007761",
"#4D8076",
"#00C9A7",
"#4A4453",
"#C27767",
"#D5CABD"
)
)
print(c(
"#9880BB",
"#0061BA",
"#3BBCD9",
"#223873",
"#71B72B",
"#D585BA",
"#007761",
"#4D8076",
"#00C9A7",
"#4A4453",
"#C27767",
"#D5CABD"
))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.