Re: [R] annotate

2023-10-05 Thread Paul Murrell
Hi You could use the 'gggrid' package, which gets you access to other coordinate systems. For example, the following places the text labels 2mm above the (centres of the) data points (bottom-justified) ... library(gggrid) labels <- function(data, coords) { textGrob(data$label,

Re: [R] R issue / No buffer space available

2023-10-05 Thread Rui Barradas
Às 21:28 de 04/10/2023, Ohad Oren, MD escreveu: Hello, I keep getting the following message about 'no buffer space available'. I am using R studio via connection to server. I verified that the connection to the server is good. 2023-10-04T20:26:25.698193Z [rsession-oo968] ERROR system error 105

Re: [R] R issue / No buffer space available

2023-10-05 Thread Ben Bolker
This looks like an RStudio issue; it might be better to post the question on their forum On Thu, Oct 5, 2023, 7:43 AM Ohad Oren, MD wrote: > Hello, > > I keep getting the following message about 'no buffer space available'. I > am using R studio via connection to server. I verified that the

[R] R issue / No buffer space available

2023-10-05 Thread Ohad Oren, MD
Hello, I keep getting the following message about 'no buffer space available'. I am using R studio via connection to server. I verified that the connection to the server is good. 2023-10-04T20:26:25.698193Z [rsession-oo968] ERROR system error 105 (No buffer space available) [host: localhost,

Re: [R] Jim Lemon RIP

2023-10-05 Thread Dr Kay Quagraine
Dear Friends, Absolutely gutted to hear of the passing of Jim, he was always an excellent contributor and he will be missed. My sincerest sympathies to the family of Jim. May He Rest In Peace. -- Kwesi A. Quagraine (PhD) PDR-Fellow, Climate System Analysis Group (CSAG) University of Cape Town,

Re: [R] Jim Lemon RIP

2023-10-05 Thread Edjabou Vincent
Sorry to hear that! He has been very active answering questions on R. May his soul rest in peace. Best regards Vincent tor. 5. okt. 2023 06.03 skrev roslinazairimah zakaria : > Hi, > Jim is always very helpful. So sorry to hear that. > > On Thu, Oct 5, 2023, 13:45 Ogbos Okike wrote: > > > I'm

Re: [R] annotate

2023-10-05 Thread Rui Barradas
Às 20:34 de 04/10/2023, Subia Thomas OI-US-LIV5 escreveu: Colleagues, I wish to create y-data labels which meet a criterion. Here is my reproducible code. library(dplyr) library(ggplot2) library(cowplot) above_92 <- filter(faithful,waiting>92) ggplot(faithful,aes(x=eruptions,y=waiting))+

Re: [R] annotate

2023-10-05 Thread Eric Berger
Another approach (still seems to require experimentation to get the value '2') would be to replace the annotate() with geom_text(data=above_92, aes(x=eruptions,y=waiting, label=waiting), nudge_y=2) At least this makes clear the reason for the magic number '2' in the code. For details see

[R] annotate

2023-10-05 Thread Subia Thomas OI-US-LIV5
Colleagues, I wish to create y-data labels which meet a criterion. Here is my reproducible code. library(dplyr) library(ggplot2) library(cowplot) above_92 <- filter(faithful,waiting>92) ggplot(faithful,aes(x=eruptions,y=waiting))+ geom_point(shape=21,size=3,fill="orange")+ theme_cowplot()+

Re: [R] download.file strict certificate revocation check

2023-10-05 Thread John Neset
Ivan, SSL connect error & we definitely have MITM doing certificate interference. No change with True or False with R_LIBCURL_SSL_REVOKE_BEST_EFFORT Environment variable results should be attached. -Original Message- From: Ivan Krylov Sent: Wednesday, October 4, 2023 8:52 AM To: John

Re: [R] Jim Lemon RIP

2023-10-05 Thread roslinazairimah zakaria
Hi, Jim is always very helpful. So sorry to hear that. On Thu, Oct 5, 2023, 13:45 Ogbos Okike wrote: > I'm yet to accept this. I have sent an email to his wife. > Ogbos. > > On Thu, Oct 5, 2023, 06:35 Rui Barradas wrote: > > > > > My sympathies for your loss. > > Jim Lemon was a dedicated