quant_clust {MoEClust}R Documentation

Quantile-Based Clustering for Univariate Data

Description

Returns a quantile-based clustering for univariate data.

Usage

quant_clust(x,
            G)

Arguments

x

A vector of numeric data.

G

The desired number of clusters.

Value

The vector of cluster labels.

Examples

data(CO2data)
quant_clust(CO2data$CO2, G=2)

[Package MoEClust version 1.5.2 Index]