Skip to content
Prev 110043 / 398500 Next

question about boxplot

You can also set axes=FALSE as in

boxplot( p.prop ~ R  + bins, axes=FALSE )

and then add your own labels with axis(). the argument 'at' for axis() in the
case of boxplots are usually integers going from 1 to # of groups, though I
don't know specifically for your crossed factors.

For rotated names, you probably want to set axis(#arguments#,labels=FALSE)
and then use text() with 'srt' (don't forget to use xpd=TRUE in text()).
par("cxy") may help with positioning text relative to axis.

all the best,

st
--- Michael Kubovy <kubovy at virginia.edu> wrote:

            
____________________________________________________________________________________
Never miss an email again!