# NOT RUN {
set.seed(2021); ma1 <- matrix(sample.int(n=40,size=27,replace=TRUE), ncol=9)
## let's test which values are >37
which(ma1 >37) # doesn't tell which row & col
coordOfFilt(ma1, ma1 >37)
# }
Run the code above in your browser using DataLab