[R] connecting boxplots

johnhj jharris at web.de
Mon Jan 12 02:00:33 CET 2009


In other words: I will connect the median, min and the max area of the
boxplot with a line.
The function lines() could help me, but I don't know which parameters the
lines() function should have. 

 
 




johnhj wrote:
> 
> Hii,
> 
> I created some boxplots with this commands:
> 
> x <-read.table(file="test.txt")	
> x$group <- rep(1:8, each=5)
> boxplot(V3~gruppe, data=x) 
> 
> Now, I will connect the boxplots to each other to the min, max and median
> values. 
> Can anybody help me how to do it ?
> 
> greetings,
> J
> 

-- 
View this message in context: http://www.nabble.com/connecting-boxplots-tp21405459p21406749.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list