如果RStudio開啟的檔案是亂碼 File -> Reopening with Encoding...
- 建立向量,簡單命名
- 資料夾、檔案的操作
rep()
- (time, each)參數的差別paste()
- (collapse, sep)參數的差別- 小試常態分布
- 詳細常態分布
[]
丟條件抓資料- 將資料型態
matrix
變成data.frame
,colnames
,rownames
命名 &
以及&&
差別
-
高階繪圖函數:
plot
,hist
,pie
,dotchart
,barplot
,boxplot
-
低階繪圖函數:
points
,lines
,legend