Is there a way to plot graphs in shiny based on the size of the shiny application window?
Please help me resolve this issue
column(6,
#Displays the Violin plot for nFeature_RNA, nCount_RNA and fraction.mito
plotOutput(outputId = "plot",width = "window_width", height = "window_height")
)