I have a dist class object returned by the stringdistmatrix function from the stringdist package. I want to identify the row and column of every entry in the object that is less than 10, for example. Can anyone suggest a way of doing this without converting the dist object to a matrix? Thanks.
Tom