Displaying 1 result from an estimated 1 matches for "tp4661854p4661935".
2013 Mar 21
2
Displaying median value over the horizontal(median)line in the boxplot
...3,2))# you can change this according to your need
lapply(dat1,function(x)
{b<-boxplot(x,range=0,horizontal=TRUE);mtext(b$stats[3],side=3,at=b$stats[3],line=-8)})
A.K.
</quote>
Quoted from:
http://r.789695.n4.nabble.com/Displaying-median-value-over-the-horizontal-median-line-in-the-boxplot-tp4661854p4661935.html