R語言之ggplot2畫圖篇

1. qplot quick plotapp 數據集:diamondside (1)基本用法 egui library(ggplot2) length(diamonds) set.seed(1410)#設定種子數 dsmall<-diamonds[sample(nrow(diamonds),100),]#隨機產生樣本數 qplot(carat,price,data=diamonds)#畫散點圖 q
相關文章
相關標籤/搜索