Retrieving the other elements in a list after sampling

后端 未结 0 763
执笔经年
执笔经年 2021-01-12 20:36

I understand that you can sample elements from a list using:

list1 <- list(x, y)

A <- sample(list1, 1)

If \'A\' is x, h

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