Heat map in R shiny

You can set the dimensions of the plot in shiny.

For example:

renderPlot({    
    plot(x, y)}, height = 200, width = 300)

Some more information about your dataset would be good though: