knitr strange out of control behavior with figures

◇◆丶佛笑我妖孽 提交于 2019-12-04 14:35:48

I cannot reproduce the problem using your example and knitr 1.2 / R 3.0. I see all 10 plots as expected.

For the corrupted PDF figures, it seems to be a bug that has been fixed in the development version of knitr. You can try

install.packages('knitr', repos = 'http://www.rforge.net/', type = 'source')
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!