powered by
Removes NAs from matrix.
rmna(M)
Matrix
matrix with NAs removed.
# NOT RUN { M=array(NA, dim=c(3,3)) M[1,2]=0.9 M=rmna(M) # }
Run the code above in your browser using DataLab