跟我一起ggplot2(1)

ggplot2 R的作圖工具包,可以使用非常簡單的語句實現非常複雜漂亮的效果。 qplot 加載qplot library(ggplot2) # 測試數據集,ggplot2內置的鑽石數據 qplot(carat, price, data = diamonds) dsmall <- diamonds[sample(nrow(diamonds), 100), ] #對diamonds數據集進行抽樣
相關文章
相關標籤/搜索