Dimension Reduction - Diagnostic - Moonplot
Jump to navigation
Jump to search
Visualize associations from a correspondence analysis using moonplots

Visualizes associations between categorical variables from a Correspondence Analysis, Principal Components Biplot or Linear Discriminant Analysis output. It is a simpler and easier to interpreteasier to interpret alternative to a scatterplot.
Code
form.setHeading("Moonplot");
form.dropBox({name: "inputItem", label: "Output", types: ["R:CorrespondenceAnalysis,LDA,PCAbiplot"],
prompt: "Output of Correspondence Analysis, Principal Components Analysis Biplot or Linear Discriminant Analysis"});
library(flipDimensionReduction)
moonplot <- QInputs(inputItem)
moonplot$output <- "Moonplot"
moonplot