Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tableA = data.frame(x = c(71,88), y = c(82,89))
- tableB = data.frame(shiftx = c(0,0,1,1), shifty = c(0,1,0,1))
- cbind(tableA[rep(1:nrow(tableA), nrow(tableB)), ], tableB[rep(1:nrow(tableB), nrow(tableA)), ])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement