Skip to content
Prev 247113 / 398506 Next

how to change strip text of effect plot

On Wed, Jan 12, 2011 at 10:36 AM, Joshua Wiley <jwiley.psych at gmail.com> wrote:
One generally useful fact is that if you can get hold of the "trellis"
object being plotted, you may be able to change the strip labels
before plotting it. For example,
or in this case
(this returns the object, but also forces a plot), followed by
$ex2
[1] "(1.98,8.99]" "(8.99,16]"   "(16,23]"
But I would tend to agree with Josh, that specifying labels in the
cut() call is the more natural approach. It is not the job of graphics
functions to modify (characteristics of) your data.

-Deepayan