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

[O] problems with R graphics

2012-02-29 Thread Matthew Landis
Hello all, I believe this is my first post on this list, and I'm very new to org-babel, so forgive me if I am posting nonsense. However, I'm really enthused about the possibilities org-babel presents. Unfortunately, I can't seem to get graphics to insert themselves properly on export. I've i