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 data and y and x are appropriate
variables in it.


-- 
Don MacQueen

Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062





On 7/18/12 2:30 PM, "Rich Shepard" <rshep...@appl-ecosys.com> wrote:

>   I've looked at the lattice book and the 'R Graphics Cookbook' without
>seeing how to change the labels along the x axis for groups in a box plot,
>specifically cenbox().
>
>   The attached example has a main and axes labels with default group
>labels.
>Please point me to a reference on how I can change 'FALSE' and 'TRUE' to
>something more easily understood by viewers.
>
>TIA,
>
>Rich

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to