Plot generated from R library is not showing in R Jupyter notebook

醉酒当歌 提交于 2019-12-08 00:33:18

问题


I am using the SensoMineR package coltable function to generate a heatmap like plot of sensory data I've analyzed.

The problem I'm facing is that while executing this function in the R terminal will display the figure, executing this function in the R Jupyter notebook does not display the figure. The figure is not showing in Jupyter.

The documentation I've linked above contains example code which easily emulates plot generation. Apart from my own analysis code, this example code also does not work in my Jupyter notebook.

I would greatly appreciate any advice on how to overcome this problem please.

来源:https://stackoverflow.com/questions/48972807/plot-generated-from-r-library-is-not-showing-in-r-jupyter-notebook

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