Skip to content

Instantly share code, notes, and snippets.

@HughSt
Created October 22, 2014 10:28
Show Gist options
  • Save HughSt/ae2970f9b1bebd3657a7 to your computer and use it in GitHub Desktop.
Save HughSt/ae2970f9b1bebd3657a7 to your computer and use it in GitHub Desktop.
shinyUI(fluidPage(
titlePanel("Malaria incidence Zanzibar"),
sidebarLayout(
sidebarPanel(
selectInput("season",
label = "Choose season",
choices = c("Both","Wet","Dry")),
selectInput("travel",
label = "Choose travel assumption",
choices = c("Travel history",
"Time kernal",
"No time"))
),
mainPanel(plotOutput("map"))
)
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment