Shiny plot output with minimum height and additional classes
Source:R/shiny-outputs.R
plotOutput2.Rd
Shiny plot output with minimum height and additional classes
Usage
plotOutput2(
outputId,
class = NULL,
width = "100%",
height = "100%",
min_height = "400px",
...
)
Arguments
- outputId, width, height, ...
passed to
plotOutput
- class
additional 'HTML' class of the output wrapper
- min_height
minimum height of the image; default is 400 pixels