📜  在 r 中创建一个零向量 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:05.502000             🧑  作者: Mango

代码示例1
integer(3)
numeric(3)
rep(0, 3)
rep(0L, 3)