Hossein69 commited on
Commit
7f2ef94
·
1 Parent(s): 27c83c7

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -1
app.R CHANGED
@@ -19,7 +19,8 @@ ui <- page_fillable(theme = bs_theme(bootswatch = "minty"),
19
  checkboxInput("by_species", "Show species", TRUE),
20
  checkboxInput("show_margins", "Show marginal plots", TRUE),
21
  checkboxInput("smooth", "Add smoother"),
22
- ),
 
23
  plotOutput("scatter")
24
  )
25
  )
 
19
  checkboxInput("by_species", "Show species", TRUE),
20
  checkboxInput("show_margins", "Show marginal plots", TRUE),
21
  checkboxInput("smooth", "Add smoother"),
22
+ )),
23
+ mainPanel(
24
  plotOutput("scatter")
25
  )
26
  )