Re: [Orgmode] Images from R in LaTeX and PDF

2011-01-07 Thread Ben Ward
I'm using 7.4, which I think (unless a new versions recently arisen), the latest one, as it was recommended for interacting with R through babel. Thanks, Ben W. On 07/01/2011 19:45, Erik Iverson wrote: And what version of org are you using? Ben Ward wrote: #+begin_src R :exports both full <

Re: [Orgmode] Images from R in LaTeX and PDF

2011-01-07 Thread Erik Iverson
And what version of org are you using? Ben Ward wrote: #+begin_src R :exports both full <- read.csv(file="~/Documents/BSc Biology/Third Year/BY6001-40 - Dissertation/Data and Analysis/Evolution Results.csv", head=T) library("lattice") ecoli = subset(full, Bacterium=="E.coli") edett = subs

Re: [Orgmode] Images from R in LaTeX and PDF

2011-01-07 Thread Ben Ward
#+begin_src R :exports both full <- read.csv(file="~/Documents/BSc Biology/Third Year/BY6001-40 - Dissertation/Data and Analysis/Evolution Results.csv", head=T) library("lattice") ecoli = subset(full, Bacterium=="E.coli") edett = subset(ecoli, Cleaner=="Dettol") egarl = subset(ecoli, Clean

Re: [Orgmode] Images from R in LaTeX and PDF

2011-01-07 Thread Thomas S. Dye
Aloha Ben, Can you share an example that doesn't work for you? All the best, Tom On Jan 7, 2011, at 7:23 AM, Ben Ward wrote: Hi All, I've been doing some work with babel and R to generate graphs that I've then been including useing attr latex. But when I include images the always appear

[Orgmode] Images from R in LaTeX and PDF

2011-01-07 Thread Ben Ward
Hi All, I've been doing some work with babel and R to generate graphs that I've then been including useing attr latex. But when I include images the always appear very very small, even when I mess about with the width settings of the attr latex line and remove the options for wrap and such.