powered by
big.matrix
is.shared(x)
TRUE
FALSE
bigmemory
x <- big.matrix(10, 2, init=-5) colnames(x)=c("alpha", "beta") is.big.matrix(x) is.shared(x) z <- shared.big.matrix(7, 3, type='integer', init=3) is.big.matrix(z) is.shared(z)
Run the code above in your browser using DataLab