Update app.R
Browse files
app.R
CHANGED
|
@@ -19,7 +19,7 @@ ui <- fluidPage(
|
|
| 19 |
hr(), # Add a horizontal rule
|
| 20 |
checkboxInput("by_species", "Show species", TRUE),
|
| 21 |
checkboxInput("show_margins", "Show marginal plots", TRUE),
|
| 22 |
-
checkboxInput("smooth", "Add smoother")
|
| 23 |
),
|
| 24 |
mainPanel(
|
| 25 |
plotOutput("scatter")
|
|
|
|
| 19 |
hr(), # Add a horizontal rule
|
| 20 |
checkboxInput("by_species", "Show species", TRUE),
|
| 21 |
checkboxInput("show_margins", "Show marginal plots", TRUE),
|
| 22 |
+
checkboxInput("smooth", "Add smoother")
|
| 23 |
),
|
| 24 |
mainPanel(
|
| 25 |
plotOutput("scatter")
|