I use print.trellis() to draw multilple plots in a single frame, but than how 
could add a global title and subtitle to the final plot.  Thank you!

eg code:
print(position=(0,0,1,0,5), more=T, xyplot(...))
print(position=(0,0.5,1,0,1), more=F, xyplot(...))

##### Will produce error if I put the following:
# title(main="global main title")
# title(sub="global sub title")



What should I do?  thank you!

best, Alex

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to