weight.density.shiny: Shiny Weight Density Plots

View source: R/shiny.R

weight.density.shinyR Documentation

Shiny Weight Density Plots

Description

Shiny app to display weights of valid and invalid matrices as a density plots

Usage

weight.density.shiny(sim, epsilon = 1e-05, main = "")

Arguments

sim

the result from system.simulate

epsilon

outomes below this in absolute magnitude are treated as zero.

main

text for plot title

Details

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.


SWotherspoon/QPress documentation built on Sept. 26, 2022, 2:27 a.m.