knitr::opts_chunk$set(
  echo = FALSE,
  fig.path = "./",
  dev = {{device}}
)
library(thematic)
thematic_rmd(
  "#444444", "#e4e4e4", "#749886", 
  font = font_spec("Liu Jian Mao Cao", scale = 1.25, update = TRUE)
)
library(ggplot2)
qplot(x = 1:10, y = 1:10, color = 1:10)
lattice::show.settings()
image(volcano, col = thematic_get_option("sequential"))


Try the thematic package in your browser

Any scripts or data that you put into this service are public.

thematic documentation built on Nov. 4, 2023, 9:07 a.m.