adrian0010 / Percolation

1 stars 0 forks source link

[UI] Options for type of Channel Block #21

Closed discoleo closed 1 year ago

discoleo commented 1 year ago

Options for Type of Channel Block

Implement in the UI for Channels a drop-down list with options for the Channel Blocks:

Default Option

= Poisson;

Shiny control for drop-down list:

selectInput();

Options:

"Poisson", "Constant", "Range 0:n", "Range 1:n";\ Values: as for the function (..., "0:n", "1:n");

[DONE] We will discuss how to modify the rgrid.channel.poisson function (and probably rename it).