R 物件最基本的單位是向量(vector),以c() 表示(Combine),元素與元素之間逗號 ... OddsEven <- function(seqEnd){ for (i in 1:seqEnd){ if (i %% 2 ...
確定! 回上一頁