On Fri, 20 Jul 2012, Peter Ehlers 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='
On 2012-07-20 09:41, Rich Shepard wrote:
On Fri, 20 Jul 2012, MacQueen, Don wrote:
I don't have a cenbox() function that I can find, but your solution will
(probably? hopefully?) be along the lines of:
Don,
Well, I must have mis-typed that although I'm sure I read about it in the
NADA.pd
On Fri, 20 Jul 2012, MacQueen, Don wrote:
I don't have a cenbox() function that I can find, but your solution will
(probably? hopefully?) be along the lines of:
Don,
Well, I must have mis-typed that although I'm sure I read about it in the
NADA.pdf or Dennis' book. I'll look again. I don't
Hi Rich,
I don't have a cenbox() function that I can find, but your solution will
(probably? hopefully?) be along the lines of:
foo <- boxplot( y ~ x, data=sdf, plot=FALSE)
foo$names <- ifelse(foo$names, "Label for TRUE", "Label for FALSE")
bxp(foo)
where sdf is a dataframe containing your d
Code?
Sample data?
John Kane
Kingston ON Canada
> -Original Message-
> From: rshep...@appl-ecosys.com
> Sent: Wed, 18 Jul 2012 14:30:24 -0700 (PDT)
> To: r-help@r-project.org
> Subject: [R] cenbox(): Changing Default x-axis Group Labels
>
>I've looked at the lattice book and the 'R
5 matches
Mail list logo