課程
/云計(jì)算&大數(shù)據(jù)
/大數(shù)據(jù)
/R語言基礎(chǔ)
x2<-c( ),c這個(gè)函數(shù)有什么用,它的作用是什么
2016-04-20
源自:R語言基礎(chǔ) 2-2
正在回答
結(jié)合成一個(gè)向量或列表值。
help(c)得到的文檔是:
Combine Values into a Vector or ListDescription
This is a generic function which combines its arguments.
The default method combines its arguments to form a vector. All arguments are coerced to a common type which is the type of the returned value, and all attributes except names are removed.
?
創(chuàng)建一個(gè)向量
舉報(bào)
本R語言基礎(chǔ)教程,教你如何在R中操縱自己數(shù)據(jù),快速入門
2 回答split函數(shù)
1 回答rnorm函數(shù)
1 回答【糾正】apply函數(shù)的三維數(shù)據(jù)的例子
5 回答為什么我strptime函數(shù)使用不成功呢
1 回答輸入函數(shù)錯(cuò)誤
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-10-12
結(jié)合成一個(gè)向量或列表值。
help(c)
得到的文檔是:
Combine Values into a Vector or ListDescription
This is a generic function which combines its arguments.
The default method combines its arguments to form a vector. All arguments are coerced to a common type which is the type of the returned value, and all attributes except names are removed.
?
2016-04-21
創(chuàng)建一個(gè)向量