Re: [R] About fviz_famd_ind()

2021-03-22 Thread PIKAL Petr
21 8:30 PM > To: Mahmood Naderan-Tahan > Cc: r-help@r-project.org > Subject: Re: [R] About fviz_famd_ind() > > The way to start is looking at the help for that function, which includes: > > ... Arguments to be passed to the function fviz() > > so you may have more low-

Re: [R] About fviz_famd_ind()

2021-03-21 Thread Sarah Goslee
The way to start is looking at the help for that function, which includes: ... Arguments to be passed to the function fviz() so you may have more low-level control through those arguments. If fviz() itself doesn't do what you want, it also allows you to pass additional arguments to its lower-leve

[R] About fviz_famd_ind()

2021-03-21 Thread Mahmood Naderan-Tahan
Hi I use fviz_famd_ind() from factoextra and I would like to know 1) How can I decrease the font size? 2) How to increase max.overlaps? ind <- get_famd_ind(res.famd) fviz_famd_ind(res.famd, col.ind = "cos2", gradient.cols = c("#00AFBB", "#E7B800", "#FC4E07"), repel