is.distances {distances} | R Documentation |
distances
objectis.distances
checks whether the provided object
is a valid instance of the distances
class.
is.distances(x)
x |
object to check. |
Returns TRUE
if x
is a valid
distances
object, otherwise FALSE
.