r - How can I Insert images into .rnw document -


i work in r , deliver pdf file sweave, sweave(.rnw document). need put text jpeg image. didn't find function on web , have no ideas how that.

you include include image in other latex document:

http://amath.colorado.edu/documentation/latex/reference/figures.html#pdf

\includegraphics{myimage.jpg} 

put in latex block not r code block. link points out, you'll need compile pdflatex.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -