#' Color palette
#'
#' @return character vector of complementary colors
#' @export
#'
pam.pal <- function(){
return(c("#850237",
"#788502",
"#0F0285",
"#000000",
"#06B9F9",
"#C006F9",
"#F94606",
"#00FF6D",
"#0012FF",
"#FF0092",
"#028550",
"#FFED00",
"#3FF906"
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.