powered by
bm_mpermute(x, order = NULL, cols = NULL, allow.duplicates = FALSE, decreasing = FALSE, ...)
bm_morder
bm <- bigmemory::big.matrix (9, 3) bm[] <- sample(1:3, 27, replace=TRUE) bm[] bm_mpermute (bm, cols=1, decreasing=c(TRUE, FALSE)) bm_mpermute (bm, cols=1, decreasing=c(FALSE, TRUE))
Run the code above in your browser using DataLab