課程
/云計算&大數據
/大數據
/R語言基礎
老師,建立數組那個,x <- array(1:24, dim = c(8,8)),這個數組被賦值是1:24循環賦給整個數組的,不是應該24個數賦完,其余的應該是NA嗎
2016-01-15
源自:R語言基礎 2-3
正在回答
If there are too few elements in data to fill the array, then the elements in data are recycled.
xx123458xx 提問者
舉報
本R語言基礎教程,教你如何在R中操縱自己數據,快速入門
1 回答賦值的格式
1 回答數組位數的定義問題
1 回答賦值有誤ne
2 回答賦值c含義
6 回答數組中apply計算問題
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-01-15
If there are too few elements in data to fill the array, then the elements in data are recycled.