Re: [O] problems with R graphics

2012-02-29 Thread Nick Dokos
Matthew Landis wrote: > Matthew Landis isciences.com> writes: > > ... > > > #+begin_src R :session :results graphics :file regress_session.png :exports > both > > > > plot(x, y, bty = 'n') > > abline(f, lty = 'dashed') > > > > #+end_src > > This code block doesn't work. No error, but no f

Re: [O] problems with R graphics

2012-02-29 Thread Matthew Landis
Matthew Landis isciences.com> writes: > > Hello all, ... > Unfortunately, I can't seem to get graphics > to insert themselves properly on export. > org example > ... > * A stand-alone code block > > First, create some data, perform a regression, and plot