Skip to contents

plot_cluster() is a Plot function that plots data. Specifically, this function implements an algorithm to plot cluster. The function is called for its side effects and does not return a value.

Usage

plot_cluster(ds_tb, cluster_int)

Arguments

ds_tb

Dataset (a tibble)

cluster_int

Cluster (an integer vector)

Value

No return value, called for side effects.