[R] change font size within the panel.text function (package lattice)

Luigi Marongiu marongiu.luigi at gmail.com
Sun Jul 12 01:46:25 CEST 2015


Dear all,
I am adding some text to the panels of a graph generated through the
lattice function using the argument:
   xyplot( ...,
              panel =
               function(x, y,...)
               {
                   panel.xyplot(x,y,...)
                   panel.text(0,0,labels=V[panel.number()])
               }

How can I regulate the font size of such text?

Best regards
luigi



More information about the R-help mailing list