R shiny plot layout UI -


Quick question on the formatting positions of plots in R. Shiney UI.

So far I have created a series of histogram plot in the server. R and they all show up perfectly in the UI. The only problem is, that I want to line them up in 2 rows, past 4 of my current code, pasted below, gives me 3 rows! At the top of the 4th graph, the second with the second 3 graph, the second (with the room to be the fourth fit) and then the last row has 1 plot ... where I am wrong and one to carry 8 plots in bright Better way?

fluidRow (column (12, "", fluidRow (column (3, plotOutput ("PlotHy"), #), column (width = 3, plotOutput ("PlotMe")), column (Width = 3, plotOutput ("PlotEthane"), column (width = 3, plotOutput ("PlotEthylene"), column (width = 3, plotOutput ("PlotCO")), column (width = 3, plotOutput (" PlotCO2 "), column (width = 3, plotOutput (" PlotO ")), column (width = 3, plotOutput (" PlotN ")))),

thanks Text after "

Just clear line separation:

  shinyUI (fluidPage (titlePanel "Overflow overflow question"), fluidRow (column (12 "," fluidRow (column (3, plotOutput ("PlotHy")), Column (width = 3, plotOutput ("PlotMe"), column (width = 3, plot-output ("PlotAthen"), column (width = 3, plot-output ("PlotAthylene"), fluidroe (cola) MN (width = 3, plotOutput ("PlotCO"), column (width = 3, plotOutput ("PlotCO2"), column (width = 3, plotOutput ("PlotO")), column (width = 3, plotOutput ("plot n" )))))))))    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -