I am trying ggcorrplot in my server output in R shiny. ggcorrplot is used to create correlation matrix. I tried with renderPlotly. The output is not getting displayed. I am sure its because of this only. When I run ggcorrplot outside R shiny, I am getting the output. Please advice. Or is there an alternate way to create correlation matrix under ggplot only. My Sample data dataframe is like below
Thanks. I agree with you. And I even got this output. The issue is, I have lots of plots that is going inside Renderplotly with only 1 output object.
But, with only one condition I need to incorporate this correlation matrix. Hence I was trying to plot this inside Renderplotly