which(vector1 < vector2)

后端 未结 0 665
失恋的感觉
失恋的感觉 2021-02-11 17:27

Let\'s make a small example first, that computes in R:

x<- c(1,3,1,4,2)
max(which(x<2))
[1] 3

Now, I would like to do this not just for

相关标签:
回答
  • 消灭零回复
提交回复
热议问题