ragg_png = function(..., res = 150) {
  ragg::agg_png(..., res = res, units = "in")
}
knitr::opts_chunk$set(dev = "ragg_png")

Required packages

library(penngradlings)
library(ggplot2)
library(ragg)
library(systemfonts)
library(textshaping)

Header

See: https://yjunechoe.github.io/posts/2021-06-24-setting-up-and-debugging-custom-fonts/



yjunechoe/penngradlings documentation built on Sept. 6, 2024, 8:13 p.m.