teradata-aster-field / toaster

Tools for Aster in R
11 stars 2 forks source link

In `createCentroidPlot` add arguments to display only certain centroids (clusters) and/or dimensions #69

Closed grigory93 closed 7 years ago

grigory93 commented 7 years ago

All centroids are always displayed in cluster viz functions, but option to display only certain centoids would make analysis more efficient in case of many centers. Also, ability to specify cluster names (aliases) instead of default centroid ids should be added ( #70 ). Using argument clusters and added similar requirement to specify certain dimensions to plot with dims argument.

grigory93 commented 7 years ago

adding #70 spec here and closing it as duplicate: currently, cluster ids are always displayed (numbers from 1 to N). Using meaningful names of clusters enhances visualizations, so additional argument for aliasing clusters is desirable.