plotOutput(outputId, width = "100%", height = "400px")
"100%"
, "400px"
, "auto"
) or a
number, which will be coerced to a string and have
"px"
appended.# Show a plot of the generated distribution
mainPanel(
plotOutput("distPlot")
)
Run the code above in your browser using DataLab