Closed discoleo closed 1 year ago
Put a New button on both pages Percolation Process and Linear Channels:
https://shiny.rstudio.com/articles/action-buttons.html
The ids can be: newSimple and newLinear. The label can be just "New".
observeEvent(input$newLinear, { imageChannelGenerator(); })
Button New
Put a New button on both pages Percolation Process and Linear Channels:
The ids can be: newSimple and newLinear. The label can be just "New".
Example Code