[R] creating a jpeg from xyplot with openbugs

2015-11-05 Thread Chris
 I'm using xyplot to plot MCMC results generated via R2openbugs and coda and trying to create jpeg outputs. the jpegs are blank I can plot the MCMC object with xyplot at the command line however, when I use a function to send the  plot to a jpeg (or to a bmp, or png or pdf) the file is created

Re: [R] creating a jpeg from xyplot with openbugs

2015-11-05 Thread Bert Gunter
Please post i plain text, as request by the posting guide. As you can see, HTML can come out a mess. Answer: FAQ 7.22 -- Bert Bert Gunter "Data is not information. Information is not knowledge. And knowledge is certainly not wisdom." -- Clifford Stoll On Thu, Nov 5, 2015 at 2:30 PM,

Re: [R] creating a jpeg from xyplot with openbugs

2015-11-05 Thread Bert Gunter
Oh, and incidentally, you appear to be mixing base graphics -- the jpeg() call -- with lattice graphics, xyplot(). See ?trellis.device for lattice details. -- Bert Bert Gunter "Data is not information. Information is not knowledge. And knowledge is certainly not wisdom." -- Clifford Stoll