Skip to content
Prev 361684 / 398506 Next

Assign value to plot variable name (make.group functions)

Mark:

I do not understand what you mean by plot labels, which generally mean
the x and y axis labels that can be given with xlab and ylab
parameters in the xyplot call. Clearly, however, this is not what you
mean. If you mean the labels in the key for the groups, you should
create the grouping factor with the level names you want and they will
be used in the key IIRC (you may have to explicitly create the key and
use its "text" component, as explained in the "key" portion of the
xyplot Help page) . If you want to put text labels of some sort in the
plot, then you should use a panel function that plots the data and
adds a panel.text() call to put text in the plot where you want it.

If none of these, maybe someone with better understanding than I can help.

Cheers,
Bert


Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )


On Mon, Jun 13, 2016 at 1:47 AM, Mark Fingerle
<mark.fingerle at brainlab.com> wrote: