20150829 [Coursera] R Programming (3)

整理自 R Programming (Week 1) -- Data Types

[ Week 1 課程內容 ]
 
 
[ 本次筆記內容 ] Data Types
  • (一)Data Types - R Objects and Attributes
  • (二)Data Types - Vectors 、Matrices and Lists
  • (三)Data Types - Factors
  • (四)Data Types - Missing Values
  • (五)Data Types - Data Frames
  • (六)Data Types - Names Attribute
 
 
 
 
[ 參考資料 ]
 
 
[ 重點整理 ]
1.  Object    物件
  • 向量(vector)
  • R裡面最基本的物件
  • 一個向量通常可以擁有多個元素 (但是須為相同類型)