# Create a rainbow colour map...
mycolours <- function(n=256) {
cb <- colorRampPalette(c("#00007F", "blue", "#007FFF", "cyan", "#7FFF7F", "yellow", "#FF7F00", "red", "#7F0000"))
return(cb(n))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.