TikzDevice not working inside an R chunck in Knitr with Windows

前端 未结 0 1012
醉话见心
醉话见心 2020-12-13 07:40

I tried to compile a .Rnw document with Knitr with this R-chunk

<>=

n = 150
dati = sample(0:8, size = n, replace = TRUE)


boxplot(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题