remove_redundancy_elements_though_reduced_dimensions: Identifies the closest pairs in a MDS contaxt and return one...

Description Usage Arguments Value

Description

Identifies the closest pairs in a MDS contaxt and return one of them

Usage

1
2
3
4
5
6
7
remove_redundancy_elements_though_reduced_dimensions(
  .data,
  Dim_a_column,
  Dim_b_column,
  .element = NULL,
  of_elements = TRUE
)

Arguments

.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

Value

A tibble with pairs dropped


nanny documentation built on July 1, 2020, 10:20 p.m.