Displaying 1 result from an estimated 1 matches for "fileplot".
Did you mean:
tileplot
2007 Dec 02
1
odfWeave error
...L_Parse", file, handlers, as.logical(addContext), :
Error in the XML event driven parser for content_1.xml: error parsing
attribute name
The piece of the code is:
### code
############################################################
...
<<makeGraph, echo=T, results=xml>>=
fileplot='C:\\DADOS\\tmp\\plotx.emf'
win.metafile(fileplot)
plot( rnorm(300), col='red', t='l', lwd=2 ); grid()
dev.off()
@
<<insertGraph, echo=T, results=xml>>=
odfInsertPlot(file=fileplot, height=5, width=5 )
@
[[replacing trailing spam]]
Cleber Borges
### session...