#' 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:5, names.arg=c('a','b','c','d','e'),ylab="some y",xlab="some x", col=COLOR5())
#'
COLOR5 <-function() { c('dark violet','dodgerblue2','mediumseagreen','lightcoral','goldenrod') }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.