Skip to content
Prev 306209 / 398506 Next

boxplot names italic

On 09/25/2012 06:08 PM, Wolf Sarah wrote:
Hi Sarah,
Try this:

boxplot(bicran, bicsin, names=c("",""))
mtext(c(ran.text,sin.text),at=1:2,line=c(0.9,1),side=1)

That looks about right, but you can fiddle with it.

Jim