TimStats commited on
Commit
bcffa23
·
verified ·
1 Parent(s): a538e98

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -569,7 +569,7 @@ server <- function(input, output, session) {
569
  #),
570
  data_source_text,
571
  nrow = 5,
572
- heights = c(1.2, 1.2, 0.05, 1.1, 0.05) # Adjusted these values
573
  )
574
  combinedPlot(combined)
575
 
 
569
  #),
570
  data_source_text,
571
  nrow = 5,
572
+ heights = c(1.2, 1.6, 0.1, 1.1, 0.05) # Adjusted these values
573
  )
574
  combinedPlot(combined)
575