powered by
subsets(n, r, v = 1:n)
n
combinations
library(BHH2) subsets(5,3) subsets(5,3,letters) subsets(5,3,c(10,20,30,50,80))
Run the code above in your browser using DataLab