Spaces:
Sleeping
Sleeping
Update app.R
Browse files
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.
|
| 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 |
|