THF default colours for colour option Continuous colour scales THF for continuous variables
1 |
1 2 3 4 5 | library(ggplot2)
ggplot(mtcars, aes(x=mpg, y=wt, colour=disp)) +
geom_point() +
scale_colour_continuous_THF() +
theme_THF()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.