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