| scale_fill_ksnet_continuous | R Documentation | 
Paleta continua de colores de KSNET (fill)
scale_fill_ksnet_continuous(palette = "verde", reverse = FALSE, ...)
palette | 
 Nombre de la paleta ("verde", "gris", "amarillo", "rojo", "verde_amarillo", "rojo_amarillo")  | 
reverse | 
 Booleano para revertir la paleta (TRUE o FALSE)  | 
... | 
 Argumentos adicionales  | 
library(ggplot2)
ggplot(faithfuld, aes(waiting, eruptions)) +
   geom_raster(aes(fill = density)) +
   scale_fill_ksnet_continuous() +
   theme_ksnet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.