is.qm_matching {quickmatch}R Documentation

Check qm_matching object

Description

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

Usage

is.qm_matching(x)

Arguments

x

object to check.

Details

is.qm_matching does not check whether the matching itself is sensible or whether it satisfies some set of constraints. See check_clustering for that functionality.

Value

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


[Package quickmatch version 0.2.2 Index]