0
votes
0answers
33 views

RStudio,Sweave problems

I have been trying to insert an R generate plot into Sweave,so that I can comment on it and produce a pdf style document. Alas my search for a decent tutorial on that subject had failed. I get my ...
0
votes
1answer
90 views

RStudio Sweave - Invalid value for encoding

So, despite my best efforts to get sweave working in RStudio, I cannot do it for the life of me. Trawling the webs, and even trying the answer to this question haven't helped. OK. I'm trying to ...
0
votes
0answers
214 views

Cannot resolve “Undefined control sequence” in swaeve (using \Sexpr{})

I have troubles finding a solution for a basic error I get. I was trying to use a .Rnw document as it is by default created in RStudio to report some results. I have to admit that I am new to Sweave. ...
3
votes
3answers
159 views

Making flattened pdfs in Sweave

So I am creating pdfs using Sweave that include some graphs that have a ton of points on them. I can get the pdf well enough, but it seems to have created it with a ton of layers, so it's hard to open ...
2
votes
1answer
545 views

Sweave to LaTeX “undefined control sequence” error

Im trying to include some R results in a TeX document using RStudio. I have managed to get RStudio to generate, what to me looks to be, a fine tex file but it fails to compile the pdf. I get errors ...
1
vote
1answer
142 views

plot.MCA() not including in sweave

I don't seem to be having a problem with any other method of including a plot via sweave, however, plot.mca(), a method from the FactoMineR package seems to not have it's plot pulled through. It does ...