Skip to content
Prev 300758 / 398506 Next

cenbox(): Changing Default x-axis Group Labels

On 2012-07-20 09:41, Rich Shepard wrote:
Well, You didn't say (in your original request) that you were using
the NADA package. The function is cenboxplot() and it's just a
wrapper for boxplot() and hence passes arguments to boxplot().
Thus the solution to your problem is just to add the 'names='
argument, as in (using the example in ?cenboxplot):

   with(Golden, cenboxplot(Blood, BloodCen, DosageGroup,
                names = c("yabba", "doo")))

Peter Ehlers
p.s. I can sympathize with your client data troubles. 'Tis ever thus.