#' Create a palette from the color definitions
#'
#' @keywords internal
#' @export
norment_cols <- function(...) {
cols = c(...)
if (is.null(cols))
return (norment_colors)
norment_colors[cols]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.