#' Return a Vector of n Colors
#'
#' @param n
#'
#' @return vector
#' @export
#'
#' @examples
XColors = function(n) {
return(colorRampPalette(c("cyan","blue4"))(n))
}
# c = XColors(4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.