adrian0010 / Percolation

1 stars 0 forks source link

[UI] Button New: Generate new Matrix #29

Closed discoleo closed 1 year ago

discoleo commented 1 year ago

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

observeEvent(input$newLinear, {
    imageChannelGenerator();
})