powered by
ndim(x, ...) "ndim"(x, ...) "ndim"(x) "ndim"(x)
x = BrainSpace(c(10,10,10), c(1,1,1)) ndim(x) == 3 x = BrainSpace(c(10,10,10,3), c(1,1,1,1)) ndim(x) == 4
Run the code above in your browser using DataLab