quickmatch (version 0.2.1)

is.qm_matching: 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)

Value

Returns TRUE if x is a valid qm_matching

object, otherwise FALSE.

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.