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

Description Usage Arguments Value

Description

Identifies the closest pairs in a MDS context 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_samples = 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 samples)

of_samples

A boolean

Value

A tibble with pairs dropped


tidybulk documentation built on April 7, 2021, 6 p.m.