-
I see in your `decathelon2` example that point labels, presumably `rownames` in the data set can be plotted by `fviz_pca_biplot` but I can't make this work for my example.
```
> head(crime2)
…
-
Hi there,
I need to find the "Var" coordinates after they mapped in "Ind" or "Biplot" plots.
![VarPlot](https://github.com/kassambara/factoextra/assets/122828452/75abcb1a-80d8-45ed-9ab2-b19e6c705ee…
-
Some software utilising hires modes works but not all
ROM mapped as 8k
WRX mode in particular seems prone to fail - examples
http://www.pictureviewerpro.com/hosting/zx81/fredn.htm
ZXTERM80, SPIR…
-
Dear @jfukuyama,
I would like to use `adaptiveGPCA` to analyze a marine microbiome data set and explore the environmental drivers of community composition. A similar example but using PCoA can be f…
-
Hi,
Thanks for such great package!
I have a question: can I generate a "pseudo" CA biplot from a 2x2 table? Since the table does not have enough dimensions to generate a biplot, I though about …
-
Hi,
Trying to use gemelli as a qiime2 plugin and I get the following error:
```
/home/sdegregori/miniconda3/envs/qiime2-2023.7/lib/python3.8/site-packages/gemelli/preprocessing.py:423: RuntimeW…
-
I know this isn't an MRE, but should be clear enough. I have this code:
```
temp_ps = f_and_b_ps
# temp_ps = all_ps
temp_metadata = temp_ps@sam_data
temp_metadata = temp_metadata[,c(
'Sample…
-
**Describe the solution you'd like**
In the PCA biplot, add a possibility to **change the colors** (and other properties) of arrows that represent features and their labels.
This could be implemen…
-
The experimental `subset` parameter of `GeomIsolines$setup_data()` should be extended to all plot layers.
To consistently distinguish between `ggplot()` and `ggbiplot()`, it would be good, if possi…
-
There is something wrong in the code concerning legends for groups when you try to use `scale_color_discrete()` to set a property.
This has to do with the use of `color` and `fill` in `geom_polygon()…