Hello!

I am using box plot and one of my boxes has only one whisker. How can I
change this?

Code:
bp<-c(2.7, 3.1, 3.5, 8.95)

Methode1 <- quantile(bp,type = 7)
Methode2 <- quantile(bp,type = 2)
d<-data.frame(Methode1,Methode2)
boxplot(d,ylab = "Beispiel 1",range = 1.5)
http://r.789695.n4.nabble.com/file/n2993262/boxplot_with_one_whisker.png 

Thanks!
Tom
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Boxplot-has-only-one-whisker-tp2993262p2993262.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to