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