perform_clustering | R Documentation |
Perform clustering within a level set
perform_clustering(
points_in_this_level,
filter_values,
methods,
method_params = list()
)
points_in_this_level |
Points in the current level set. |
filter_values |
The filter values. |
methods |
Specify the clustering method to be used, e.g., "hclust" or "kmeans". |
method_params |
A list of parameters for the clustering method. |
A list containing the number of vertices, external indices, and internal indices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.