powered by
countMissing(A)
A <- array(1:(3*6*7), dim = c(7, 3, 6)) A[2, , 1] <- NA countMissing(A)
Run the code above in your browser using DataLab