Re: [R] boxplot notch

2024-08-16 Thread CALUM POLWART
Unless I'm missing the point, you are sending the summary data MS1s to the plot. Is that not a VERY unusual way to do it. Let box plot do the summary? Otherwise what do you want the notches to show? On Fri, 16 Aug 2024, 17:21 Chris Evans via R-help, wrote: > That's not really a reprex Sibylle.

Re: [R] boxplot notch

2024-08-16 Thread Chris Evans via R-help
That's not really a reprex Sibylle.  I did try to use it to see if I could work out what you were trying to do and help but there is so much in there that I suspect is distraction from the notch issue and its error message. Please can you give us something stripped of all unecessary things and

Re: [R] boxplot notch

2024-08-16 Thread Bert Gunter
ment_text(size=18))+ > theme(axis.title=element_text(size=20))+ > ylab("Anteil BFF an LN [%]") +xlab("Jahr")+ > scale_color_manual(values=c("red","darkgreen"), labels=c("ÖLN", "BIO"))+ > scale_fill_manual(values=c("r

Re: [R] boxplot notch

2024-08-16 Thread SIBYLLE STÖCKLI via R-help
("red","darkgreen"), labels=c("ÖLN", "BIO"))+ scale_fill_manual(values=c("red","darkgreen"), labels= c("ÖLN", "BIO"))+ theme(legend.title = element_blank())+ theme(legend.text=element_text(size=20)) p1<-p

Re: [R] boxplot notch

2024-08-16 Thread Ben Bolker
I don't see anything obviously wrong here. There may be something subtle, but we probably won't be able to help without a reproducible example ... On 2024-08-16 9:24 a.m., SIBYLLE STÖCKLI via R-help wrote: Dear community I tried the following code using geom_boxplot() and notch=TRUE. D