Alboukadel KASSAMBARA
Alboukadel KASSAMBARA
Hi, This issue is not reproducible on my computer. Please, install the latest developmental version of ggpubr and factoextra: ```r devtools::install_github("kassambara/ggpubr") devtools::install_github("kassambara/factoextra") ``` See the example below: ```r library(FactoMineR) library(factoextra)...
Hi, Ok, I can see now. This is a normal behavior, as provided by the function `ggplot2::stat_ellipse()`. In the documentation of `factoextra::fviz` and `ggplot2::stat_ellipse()`, you can find the following explanation...
Do you want to merge the legends like below? ``` r library(tidyverse) suppressPackageStartupMessages(library(ggpubr)) iris_1
OK, I can see the issue know; you want to keep the first and the second legends in the arranged plots. The current behavior of the option `common.legend` is to...
Now, factoextra R functions have been simplified to make easy the extension of factoextra to other packages. If you want to extend the existing factoextra functions to other packages, you...
Support for ExPosition::epCA() added: ```r library(ExPosition) data(authors) res.ca
Support for ExPosition::epPCA() added: ```r library(ExPosition) res.pca
Support for ExPosition::epMCA() added: ```r # Compute MCA library(ExPosition) data(mca.wine) res.mca
hi, clustGap is from the cluster package, not factoextra; So we can't do much about it. We can update the documentation of fviz_nbclust() to notice user about the used seeding
You can plot partial points as described at: http://www.sthda.com/english/rpkgs/factoextra/reference/fviz_mfa.html If it fails, please provide a reproducible example. Note that, factoextra does not support the output of missMDA