Guest User

Untitled

a guest
Apr 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. r <- 100
  2. c <- 10000
  3. m4 <- matrix(sample(0:1,r*c, replace=TRUE),r,c)
  4. m4 <- cbind(m4, 1)
  5. m4 <- as.big.matrix(m4)
Add Comment
Please, Sign In to add comment