ggplot-繪製數據分佈圖

參考文章: http://www.cookbook-r.com/Graphs/Plotting_distributions_(ggplot2)/ 數據: 代碼: 1.繪製分佈圖 library(openxlsx) #讀取Excel文件包 library(ggplot2) df <- read.xlsx(「score.xlsx」,sheet = 1) a1 <- ggplot(df, aes(x=S
相關文章
相關標籤/搜索