#' Matlab-style color palette
#
#' @import circlize
#'
#' @export
jet <- colorRamp2(seq(0, 1, 0.125),
c("#00007F", "blue", "#007FFF", "cyan",
"#7FFF7F", "yellow", "#FF7F00", "red", "#7F0000"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.