powered by
dims(x)
dims
dim
length
a <- 1:12 dims(a) a <- matrix(1, nrow = 4, ncol = 9) dims(a)
Run the code above in your browser using DataLab