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.
5 から 0 までの繰り返しパターンを作成し、5、3 回に戻るので、5、4、3、2、1、0、1、2、3、4、5、...、 5 どうすればこれを行うことができますか??
知っているrep
rep
(seq(from=a, by=b, length=c),d)
関数ですが、このパターンでの使用方法がわかりません...誰か助けてくれますか、私、私は使いたいです
x <- 5 y <- 3