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
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
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.