Skip to contents

print_cluster_plots() is a Print function that prints output to console. Specifically, this function implements an algorithm to print cluster plots. The function is called for its side effects and does not return a value.

Usage

print_cluster_plots(
  ds_tb,
  clusters_1L_int,
  var_nms_chr,
  nbr_of_folds_1L_int = 2L,
  var_idx_1L_int = 1L
)

Arguments

ds_tb

Dataset (a tibble)

clusters_1L_int

Clusters (an integer vector of length one)

var_nms_chr

Variable names (a character vector)

nbr_of_folds_1L_int

Number of folds (an integer vector of length one), Default: 2

var_idx_1L_int

Variable index (an integer vector of length one), Default: 1

Value

No return value, called for side effects.