Guest User

Untitled

a guest
Aug 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. group<- 1:15
  2. station <- c(1,2,3,4,5,6,7.1,7.2,8)
  3. cbind(sample(group, length(station), replace=F), station)
Add Comment
Please, Sign In to add comment