A mask of an array with respect to a given threshold is found by taking the
original array and setting all elements falling below the threshold to
FALSE
and the others to TRUE
. An object of class arr_mask has the
attribute thresh
detailing the threshold value that was applied.