【R 語言 可視化】在直方圖上面添加密度曲線

rm(list=ls()) gc() set.seed(1234) score <- rnorm(n = 1000, m = 80, sd = 20) hist(score, freq=FALSE, xlab="Score", main="Distribution of score", col="lightgreen", xlim=c(0
相關文章
相關標籤/搜索