Skip to content

[Statistics] & {Thesis] Shiny Events #20

@discoleo

Description

@discoleo

Shiny Events

Take a look at the following example and the Shiny documentation:

Possible Use-Cases

It is possible to update 2 tables from the same function, using code like:
observeEvent(input$some_input, {
m2 = ...; # flood all from right;
output$Statistics1 = ...;
output$Statistics2 = ...;
}

The functionality will be useful to:

  1. Generate multiple statistics on the same matrix:
    • compute the matrix (with channels computed on both sides) only once;
  2. Implement button to regenerate the Random matrix;
  3. Include a Section in the Thesis: Shiny event handling;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions