Beginner's questions (figures, bibliography) with Sweave/R/LaTeX---my first document

后端 未结 2 1827
伪装坚强ぢ
伪装坚强ぢ 2021-01-25 17:31

I am just starting with Sweave and with R. Here I am using R to output some data and I am also trying to include a plot. The code does not

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-25 18:19

    Sweave does not take care of your bibliography, so you have to compile it by yourself; I believe some people have automated this job in their R scripts, but I would recommend you to use LyX if you are an experienced LaTeX user. LyX has official support to Sweave, and it takes care of everything you want in LaTeX intelligently (including bibliography). See the manual: https://github.com/downloads/yihui/lyx/sweave.pdf

提交回复
热议问题