emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [babel] changing size of R graphics in pdf output


From: Graham Smith
Subject: Re: [Orgmode] [babel] changing size of R graphics in pdf output
Date: Sun, 13 Dec 2009 13:12:18 +0000

A little progress here

#+srcname:Boxplots Summary
#+begin_src R :session BirdData :file BoxplotSummary.pdf :exports both
 boxplot(Wingcrd,Tarsus,Head,Wt,names=c("Wingcrd","Tarsus","Head","Wt"))
#+end_src


#+resname: Boxplots

#+ATTR_LaTeX: width=10cm

[[file:BoxplotSummary.pdf]]

This gives me a plot 10cm wide, but in "addition" to the small plot.
Not sure I understand why I am getting two plots.

Graham




reply via email to

[Prev in Thread] Current Thread [Next in Thread]