原文链接: https://www.nature.com/articles/d41586-020-00838-3 “Bootsing the signal in scientific talk” 本文讲述了如何使自己的学术汇报/分享更生动,让听众更加舒适、更有收获。 事先准备演讲技巧 1. 事先了解你的听众(Read the roo m)   ...
My notes for R programming Based on electronic version of R for data science 20200206-20200207 chapter1- chapter3- Data visualization #This blog mainly focuses on chapter 3 -Data visualization library(ggplot2) #使用前先载入包 #h绘图模板如下: ggplot(data = DATA) ...