Loading...
20151208
[Coursera]
R Programming
(10)
整理自
R Programming
(Week
2)
[ Week 2 課程內容 ]
Control Structures - Introduction
[0:54]
(已完成)
Control Structures - If-else
[1:58]
(已完成)
Control Structures - For loops
[4:25]
(已完成)
Control Structures - While loops
[3:22]
(已完成)
Control Structures - Repeat, Next, Break
[4:57]
(已完成)
Your First R Function
[10:29]
(僅觀看)
Functions
(part
1)
[9:17]
(已完成)
Functions
(part
2)
[7:13]
(已完成)
Scoping Rules - Symbol Binding
[10:32]
(已完成)
Scoping Rules - R Scoping Rules
[8:34]
(已完成)
Scoping Rules - Optimization Example
(OPTIONAL)
[9:21]
(已完成)
Coding Standards
[8:59]
Dates and Times
[10:29]
[ 筆記內容 ]
(一)Coding Standards
1. 使用"文本格式"(text files)來儲存資料。
2. 經常使用"縮排"(Indent)。
3. 將一系列複雜的功能製作成函數分類。
(二)Dates and Times
1. Dates and Times in R
2. Dates in R
3. Times in R
4. Operations on Dates and Times
5. Summary
(一)
Coding Standards
[
參考資料
]
課堂講義 :
https://d396qusza40orc.cloudfront.net/rprog/lecture_slides/CodingStandard.pdf
[重點整理] 撰寫程式的基本規範
1. 使用"文本格式"(text files)來儲存資料。
2. 經常使用"縮排"(Indent),同時要記得限制每一行程式的寬度。
建議使用4個以上的空格作為縮排,可以讓程式碼變得容易閱讀
[ 如何在 R Studio 裡設定縮排 ]
STEP_1 : 在上方選取"Tools",再點選"Global Options..."
STEP_2 : 點選"Code Editing",設定縮排和最大欄位數
Please turn on JavaScript to use Paper in all of its awesomeness. ^_^
整理自 R Programming (Week 2)
Control Structures - Introduction[0:54](已完成)Control Structures - If-else[1:58](已完成)Control Structures - For loops[4:25](已完成)Control Structures - While loops[3:22](已完成)Control Structures - Repeat, Next, Break[4:57](已完成)Your First R Function[10:29](僅觀看)Functions(part1)[9:17](已完成)Functions(part2)[7:13](已完成)Scoping Rules - Symbol Binding[10:32](已完成)Scoping Rules - R Scoping Rules[8:34](已完成)Scoping Rules - Optimization Example(OPTIONAL)[9:21](已完成)(一)Coding Standards