Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はベクトルを持っています
v<-c(1,2,3)
次の方法でベクトルに数値を追加する必要があります
1,1+2,1+2+3
2 番目のベクトルの生成
v1<-c(1,3,6)
これはおそらく非常に単純です...しかし、私は少し立ち往生しています。