Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hello,
in 'fviz_pca_ind()', 'fviz_mfa_ind()' and similar functions, is it possible to colour individuals using a custom continuous variable?
I'm aware you can do that using one of the presets (e.g.: 'cos2') passed to the 'col.ind' argument and that you can use the 'habillage' argument to colour individuals using a custom factor variable, but neither of those things seems to be doing what I need.
Thank you!
Edit: Alternatively, is there a way to extract the ggplot2 object and edit it?