Allocates an empty vector, matrix or array
Allocates an empty vector, matrix or array faster than the corresponding function in R.
allocMatrix(nrow, ncol, value = 0, ...) allocVector(length, value = 0, ...) allocArray(dim, value = 0, ...)
Henrik Bengtsson
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.