課程
/云計算&大數據
/大數據
/R語言基礎
x2<-c( ),c這個函數有什么用,它的作用是什么
2016-04-20
源自:R語言基礎 2-2
正在回答
結合成一個向量或列表值。
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.
?
創建一個向量
舉報
本R語言基礎教程,教你如何在R中操縱自己數據,快速入門
1 回答rnorm函數
2 回答split函數
1 回答【糾正】apply函數的三維數據的例子
5 回答為什么我strptime函數使用不成功呢
1 回答輸入函數錯誤
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-10-12
結合成一個向量或列表值。
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
創建一個向量