weight.density.shiny | R Documentation |
Shiny app to display weights of valid and invalid matrices as a density plots
weight.density.shiny(sim, epsilon = 1e-05, main = "")
sim |
the result from |
epsilon |
outomes below this in absolute magnitude are treated as zero. |
main |
text for plot title |
This control constructs density plots that show the distribution of selected edge weights for the cases that meet the selected validation criteria (blue), and those that do not (red), following a given perturbation.
The slider controls the level of smoothing of the densities. Edges are labelled by pairs of integers for compactness, where the integer codes correspond to the ordering of the node labels.
weight.density0
is a non-interactive variant for
programmatic use.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.