Re: [R] Colorizing different individuals with fviz

2021-03-30 Thread Mahmood Naderan-Tahan
Thanks Jim, It is now working. Regards, Mahmood From: Jim Lemon Sent: Tuesday, March 30, 2021 4:28:50 AM To: Mahmood Naderan-Tahan Subject: Re: [R] Colorizing different individuals with fviz Hi Mahmood, After scanning the replies and finding the "facto

Re: [R] Colorizing different individuals with fviz

2021-03-29 Thread Mahmood Naderan-Tahan
, Mahmood From: Bill Dunlap Sent: Monday, March 29, 2021 11:25:30 PM To: Mahmood Naderan-Tahan Cc: Jim Lemon; r-help@r-project.org Subject: Re: [R] Colorizing different individuals with fviz That error means that fviz_famd_ind has more than one argument that st

Re: [R] Colorizing different individuals with fviz

2021-03-29 Thread Bill Dunlap
gt; Mahmood > > ________ > From: Jim Lemon > Sent: Saturday, March 27, 2021 9:19:23 PM > To: Mahmood Naderan-Tahan > Cc: r-help@r-project.org > Subject: Re: [R] Colorizing different individuals with fviz > > Hi Mahmood, > What you have specified can

Re: [R] Colorizing different individuals with fviz

2021-03-29 Thread Mahmood Naderan-Tahan
ot;red", "black"), : argument 2 matches multiple formal arguments Any idea to fix that? Regards, Mahmood From: Jim Lemon Sent: Saturday, March 27, 2021 9:19:23 PM To: Mahmood Naderan-Tahan Cc: r-help@r-project.org Subject: Re: [R] Colorizing

Re: [R] Colorizing different individuals with fviz

2021-03-28 Thread PIKAL Petr
ifferences. Cheers Petr > -Original Message- > From: R-help On Behalf Of Mahmood > Naderan-Tahan > Sent: Saturday, March 27, 2021 2:20 PM > To: r-help@r-project.org > Subject: [R] Colorizing different individuals with fviz > > Hi > > I use this command to gen

Re: [R] Colorizing different individuals with fviz

2021-03-27 Thread Jim Lemon
Hi Mahmood, What you have specified can be done with: col=c(rep("black",10),rep("red",10)) depending upon what print function you are using. I suspect that this may be based on a value in your data. For example, if you want black for values of some variable up to 10 and red for those over:

[R] Colorizing different individuals with fviz

2021-03-27 Thread Mahmood Naderan-Tahan
Hi I use this command to generate a graph of individuals ind <- get_famd_ind(res.famd) fviz_famd_ind(res.famd, repel = TRUE) I would like to know how can I specify different colors for different individuals? The colorization is not very complex. Basically, I want to specify rows[1:10] to