# NOT RUN {
## Flips dimensions 1 and 2
## of the MCA of 'Music' example data set
data(Music)
mca <- speMCA(Music[,1:5])
ggcloud_variables(mca, legend="none")
flipped_mca <- flip.mca(mca, dim=c(1,2))
ggcloud_variables(flipped_mca, legend="none")
# }
Run the code above in your browser using DataLab