# Our examples are all trivial in size, rather than burning huge amounts
# of memory simply to demonstrate the package functionality.
x <- big.matrix(5, 2, type="integer", init=0)
colnames(x)=c("alpha", "beta")
x
x[,]
x[,1] <- 1:5
x[,]
mean(x)
colmean(x)
summary(x)
Run the code above in your browser using DataLab