Skip to content

Commit

Permalink
Merge pull request #68 from tmills-usgs/master
Browse files Browse the repository at this point in the history
Removed q from shiny seasonal
  • Loading branch information
T. Joe Mills committed Dec 2, 2015
2 parents a27a3e8 + 6bfd565 commit 04a1313
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inst/shiny/WQReviewGUI/server_seasonal.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ output$qwseasonalPlot <- renderPlot({
site.selection = as.character(input$siteSel_seasonal),
plotparm = as.character(input$parmSel_seasonal),
facet = input$facetSel_seasonal,
show.q = FALSE,
show.smooth = input$fit_seasonal,
highlightrecords = c(reports$chemFlagTable$RECORD_NO[which(!is.na(reports$chemFlagTable$BadCB_30.21))],
reports$resultFlagTable$RECORD_NO[which(reports$resultFlagTable$PARM_CD == as.character(input$parmSel_seasonal))]),
Expand All @@ -29,7 +28,6 @@ output$qwseasonalPlot_zoom <- renderPlot({
site.selection = as.character(input$siteSel_seasonal),
plotparm = as.character(input$parmSel_seasonal),
facet = input$facetSel_seasonal,
show.q = FALSE,
show.smooth = input$fit_seasonal,
highlightrecords = c(reports$chemFlagTable$RECORD_NO[which(!is.na(reports$chemFlagTable$BadCB_30.21))],
reports$resultFlagTable$RECORD_NO[which(reports$resultFlagTable$PARM_CD == as.character(input$parmSel_seasonal))]),
Expand Down

0 comments on commit 04a1313

Please sign in to comment.