Skip to content
Prev 311162 / 398503 Next

[lattice] how to label panels with variable value (not name)?

AFAICS, you will have to pre-compute the values and create a factor
with levels these values as character strings. Then use this factor as
the conditioning variable

?sprintf
?formatC
?round

and the like may be useful to format the numerical values suitably for
your labels.

Cheers,
Bert
On Sun, Nov 18, 2012 at 6:43 AM, Tom Roche <Tom_Roche at pobox.com> wrote: