Stick plots show each group's mean loading along a factor, plotted along a
positive/negative cline. Heatmaps show each variable's loading on a factor.
stickplot_mda() produces just a stick plot, while heatmap_mda() places a
heatmap alongside the stick plot.
stickplot_mda(mda_data, n_factor = 1)heatmap_mda(mda_data, n_factor = 1)
ggplot object
An mda data frame produced by the mda_loadings() function.
Index of the factor to be plotted.
boxplot_mda()