のメイン パネルにいくつかのグラフがあり、メイン パネルShiny Dashboard
の下部にある空白を拡張する方法を考えていました。これを行うには、どのように変更すればよいui.R
ですか?
dashboardBody(
tabItems(
tabItem("dashboard",
mainPanel(
showOutput("plot3", "Nvd3"),
showOutput("plot4", "Nvd3")
)),