isCanonical: Check if a Vector of Cluster Labels is in Canonical Form

View source: R/utility.R

isCanonicalR Documentation

Check if a Vector of Cluster Labels is in Canonical Form

Description

Check if a Vector of Cluster Labels is in Canonical Form

Usage

isCanonical(partition)

Arguments

partition

A numeric vector representing a partition of the integers 1, ..., n using cluster labels

Value

Logical, indicating whether partition is in canonical form.


sams documentation built on April 20, 2022, 1:06 a.m.

Related to isCanonical in sams...