How to make plots appear in Rmarkdown file instead of viewer pane when working with keras in Rstudio?

无人久伴 提交于 2020-12-13 03:15:40

问题


I am new in R and trying keras in Rstudio. All the accuracy, loss interactive plots by running fit() are appearing in Viewer pane instead of Rmarkdown file.

All other plots usually plot inside Rmarkdown files but not with keras.

I have also checked Global settings in Rstudio Tools>Global Options>R Markdown>Show output preview in "Window".

How do I make them plot in Rmarkdown instead of Viewer Pane.

How do I make this mandatory for all plots to create inside Rmarkdown files only and now in viewer pane?

来源:https://stackoverflow.com/questions/64714729/how-to-make-plots-appear-in-rmarkdown-file-instead-of-viewer-pane-when-working-w

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!