Nothing
#' @noRd
#'
fcolor <- function(x) {
f <- colorRamp(brewer.pal(11, "Spectral"))
rr <- range(x)
svals <- (x - rr[1])/diff(rr)
colorClust <- rgb(f(svals)/255)
return(colorClust)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.