# NOT RUN {
data <- iris[, 1:4] #Numerical data only
model <- whibo_clustering(data = data, k = 3)
plot_pairs(model) #Ploting Cluster Representatives only
plot_pairs(model, data) #Ploting Cluster Representatives and Data
# }
Run the code above in your browser using DataLab