J. Aravind

Results 2 comments of J. Aravind

I was able to change the colours of the auto-links with the following scss modifiers in `extra.scss`. ``` code a { color: $link-color !important; } ``` But now in dark-mode,...

There is the same issue with `fviz_famd_ind`. `fviz_famd_ind` works when there is no overlap in factor levels of different variables. ``` library(FactoMineR) library(factoextra) #> Loading required package: ggplot2 #> Welcome!...