R: ggplot to visualize all variables in each cluster after cluster analysis
问题 Sorry in advance if the post isn't clear. So I have my dataframe, 74 observations and 43 columns. I performed cluster analysis on them. I then got 5 clusters, and assigned the cluster number to each respective row. Now, my df has 74 rows (obs) and 44 variables. And I would like to plot and see in each cluster what variables are enriched and what variables are not, for all variables. I want to achieve this by ggplot. My imaginary output panel is to have 5 boxplots per row, and 42 rows plots,