is.distances: Check 'distances' object

View source: R/methods.R

is.distancesR 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.


distances documentation built on May 29, 2024, 5:27 a.m.