# NOT RUN {
# Data
data("m_matrix", package = "biosurvey")
# Cluster detection
clusters <- find_clusters(m_matrix$data_matrix, x_column = "PC1",
y_column = "PC2", space = "E",
cluster_method = "hierarchical", n_k_means = NULL,
split_distance = 4)
head(clusters)
# }
Run the code above in your browser using DataLab