It will be useful to consult Rmarkdown notes because I often use Rmarkdown to render ggplot.
Font
Font size
Global adjustment (e.g. the default font size is small when rendering with Rmarkdown with )
See individual adjustment here and also in this RStudio2021 conference talk and this
Font format (e.g. subscripts)
ggtext is a much more elegant solution than using expression
.
Combine plots
Colours
library(paletteer)
paletteer_d("basetheme::dark")
3D rendering
3D graphics are often singled out as bad examples in data visualization, but in the case of maps and heatmaps, they are really helpful. Watch this talk for more details.
The computer may get hot, but the package is so COOL! https://t.co/ZvUHYfIP28
— Tim Liu (@TimingLiu) April 9, 2021