Description Usage Arguments Value
Identifies the closest pairs in a MDS context and return one of them
1 2 3 4 5 6 7 | remove_redundancy_elements_though_reduced_dimensions(
.data,
Dim_a_column,
Dim_b_column,
.element = NULL,
of_samples = 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 samples) |
of_samples |
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.