R解决导出PDF时的字体问题

安装包

  • conda activate clusterprofiler
  • conda install -c conda-forge r-sysfonts -y
  • conda install -c conda-forge r-showtext -y

绘图

1
2
3
4
5
6
7
sysfonts::font_add("Arial Narrow", "~/font/Arial Narrow.ttf") # 添加字体
sysfonts::font_families() # 检查是否添加成功
{pdf(file = 'B_bnCov.plot.pdf', width = 12, height = 12)
showtext::showtext_begin()
print(bnCov$plot)
showtext::showtext_end()
dev.off()}

R解决导出PDF时的字体问题
https://occdn.limour.top/2331.html
Author
Limour
Posted on
September 13, 2022
Licensed under