Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
OK . Thanks for that. Regards, Mahmood ________________________________ From: Bill Dunlap <williamwdunlap at gmail.com> Sent: Thursday, February 4, 2021 7:06:21 PM To: Mahmood Naderan-Tahan Cc: r-help at r-project.org Subject: Re: [R] Working with FactoMineR This...
Yes thank you very much. Regards, Mahmood ________________________________ From: Eric Berger <ericjberger at gmail.com> Sent: Wednesday, March 31, 2021 11:30:48 AM To: Mahmood Naderan-Tahan Cc: r-help at r-project.org Subject: Re: [R] Working with violin...
Thanks. It seems that the differences I saw in some of my data points were related to the number of digits and rounding. Regards, Mahmood ________________________________ From: Bill Dunlap <williamwdunlap at gmail.com> Sent: Sunday, May 30, 2021 7:00:52...
>Alternatively, plot the y axis in a log scale. Since there are zeros in >the data, scales::pseudo_log_trans, will be used. > >p + geom_dotplot(binaxis='y', stackdir='center', dotsize=1) + > scale_y_continuous( > trans = scales::pseudo_log_trans...
Hi Jim, It seems that the following proposed method doesn't work ind <- get_famd_ind(res.famd) fviz_famd_ind(res.famd, col=ifelse(x>10,"red","black"), repel = TRUE) Result is: Error in fviz_famd_ind(res.famd...
Right. Thank you very much. Regards, Mahmood ________________________________ From: Ben Tupper <btupper at bigelow.org> Sent: Tuesday, March 9, 2021 2:58:17 PM To: Mahmood Naderan-Tahan Cc: r-help at r-project.org Subject: Re: [R] Specifying plot file...
Yes I am using factoextra. >When you choose the argument "contrib" the colors are based on the >strength of the relationship overall (the length of the arrow), not >the contribution of any individual direction. Then, the question is why the...
Hi again, As a follow up, does anybody know how to fix the following error? It seems that I can use a "weight" parameter in geom_violin, but I am able to figure out what is the problem with the...
I understand that I came across this error after that ind <- get_famd_ind(res.famd) fviz_famd_ind(res.famd, col.ind = ifelse(ind>10,"red","black"), repel = TRUE) Error in ifelse(ind > 10, "red", "black") : 'list' object cannot...
Thanks Jim, It is now working. Regards, Mahmood ________________________________ From: Jim Lemon <drjimlemon at gmail.com> 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...
Correct. This one p <- ggplot(mydata, aes(x=V3, y=V1, weight=V2)) + geom_violin(trim=FALSE) works fine. Thank you very much. Regards, Mahmood ________________________________ From: Duncan Murdoch <murdoch.duncan at gmail.com> Sent: Thursday, April 15, 2021 5:24...
It seems that using weight in ggplot has no effect. Also, using weight parameter in geom_violin results in an error. > mydata V1 V2 V3 P1 73.6 5 R P2 75.2 5 R P3 6.5 60 R...
>No need to post twice.? You probably didn't get an answer the first time >because it was just an hour ago, and you didn't include "mydata" (or a >suitable subset) in your posting.? For the best chance at...
Can't find what you're looking for? Try searching with Google .