is.distances {distances}R Documentation

Check distances object

Description

is.distances checks whether the provided object is a valid instance of the distances class.

Usage

is.distances(x)

Arguments

x

object to check.

Value

Returns TRUE if x is a valid distances object, otherwise FALSE.


[Package distances version 0.1.10 Index]