shiny plot based on window size

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")
                )

Trying to understand your issue, what is the outcome when you use either 'auto' or '100%' for width and height arguments of plotOutput ?

It would be helpful if you could describe it more. Try providing a reproducible example so that there is more background to your question. You may construct the example with a sample data set. Also, consider attaching images if it is relevant.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.