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
out that?
Regards,
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
> 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 different individuals with fviz
>
> Hi Mahmood,
> What you hav
, "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] Colori
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
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:
col=
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 be
7 matches
Mail list logo