How could I adjust a ggplot HeatMap Based on the Column Values from a Reactive SelectInput?

谁说我不能喝 提交于 2019-12-08 14:39:27

Use switch funcion depending on values from selectinput and then on each separate case from the switch expr , give a separate plot function so the computer knows which plot to plot when the plot button(if used) or reactive is used.

Use the heatmap.R as a separate function. Many packages are provided to create heatplots inside server.R

Have a separate plotoutput in ui.R at the place you want your plot.

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