remove_redundancy_elements_though_reduced_dimensions | R Documentation |
Identifies the closest pairs in a MDS contaxt and return one of them
remove_redundancy_elements_though_reduced_dimensions(
.data,
Dim_a_column,
Dim_b_column,
.element = NULL,
of_elements = TRUE
)
.data |
A tibble |
Dim_a_column |
A column symbol. The column of one principal component |
Dim_b_column |
A column symbol. The column of another principal component |
.element |
A column symbol. The column that is represents entities to cluster (i.e., normally elements) |
of_elements |
A boolean |
A tibble with pairs dropped
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.