#' A color function
#'
#' This function returns a set of colors that can be used for co-plotting
#' @keywords plot color
#' @export
#' @return No particular return value
#' @examples
#'
#' barplot(1:3, names.arg=c('a','b','c'),ylab="some y",xlab="some x", col=COLOR3B())
#'
COLOR3B <-function() { c('grey80','grey60',1) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.