This works
#+srcname:Boxplots Summary
#+begin_src R :session BirdData :file BoxplotSummary.pdf :exports none
boxplot(Wingcrd,Tarsus,Head,Wt,names=c("Wingcrd","Tarsus","Head","Wt"))
#+end_src
#+resname: Boxplots
#+CAPTION: Trial boxplots with babel
#+LABEL: fig:trial boxplots
#+ATTR_LaTeX: width=10cm
[[file:BoxplotSummary.pdf]]
However, it needs :exports none
I actually want the code to still be present, but if I use :exports
code I get the both boxplots again :-(
I assume this is becasue the graphics are treated differently from
numerical code output.
Graham
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode