摘要:
在Rstudio中可自行更改主题样式 title: "题目" author: "name" date: " " output: html_document: highlight: haddock theme: readable toc: yes ``` 阅读全文
摘要:
输出pdf需要安装Ctex {r} title: "first markdown" author: "name" date: " " geometry: left = 3.18cm, right = 3.18cm, top = 2.0cm, bottom = 2.0cm fontsize: 12pt 阅读全文
摘要:
使用fmsb包绘制雷达图 {r} library("fmsb") radarfig 阅读全文