THF default colours for fill option Continuous colour scales THF for continuous variables
1 |
1 2 3 | library(ggplot2)
ggplot(faithfuld, aes(waiting, eruptions)) + geom_raster(aes(fill = density)) +
scale_fill_continuous_THF() + theme_THF()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.