Hi,
When I tried to include an R plot with the following code into article(Noweb)
in LyX 2.0.0
<<fig=TRUE>>=
library(graphics)
pairs(iris)
@
I got the following error message:
{C:/Users/MYaseen208/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}]
! Missing $inserted.
<inserted text>
$
l.146 ...ir.Hp5960/lyx_tmpbuf2/sweave_example-007}
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
! LaTeX Error: File `C:/Users/MYaseen208/AppData/Local/Temp/lyx_tmpdir.Hp5
960/lyx_tmpbuf2/sweave_example-007' not found.
Any idea to fix this problem. Thanks