web/ui.R

shinyUI(fluidPage(
    
    titlePanel("Hello Shiny!"),

    sidebarLayout(
        sidebarPanel(
            selectizeInput("player", "Player:", getPlayerNameMap(all.drives), 1810)
        ),
        
        mainPanel(
            
            plotOutput("adjustedDriveDistPlot"),
            plotOutput("classPlot"),
            plotOutput("driveDistPlot"),
            plotOutput("driveDistHist")
        )
    )
))
cdepeuter/golf_analytics documentation built on May 13, 2019, 2:33 p.m.