powered by
Returns a quantile-based clustering for univariate data.
quant_clust(x, G)
The vector of cluster labels.
A vector of numeric data.
The desired number of clusters.
data(CO2data) quant_clust(CO2data$CO2, G=2)
Run the code above in your browser using DataLab