inst/apps/figure5_6/server.R

server = function(input, output, session) {
  
output$plotfig56 <- renderPlot({
      input$evalfig56
      return(isolate(eval(parse(text=input$fig56plot))))
})
}
Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.