is.qm_matching | R Documentation |
is.qm_matching
checks whether the provided object is a valid instance
of the qm_matching
class.
is.qm_matching(x)
x |
object to check. |
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.
Returns TRUE
if x
is a valid qm_matching
object, otherwise FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.