Description Usage Arguments Value Examples
Plot a network to illustrate the estimated sparse component
1 | plot_network(mat, threshold = 0.1)
|
mat |
a p by p matrix, indicating the sparse component |
threshold |
the threshold for presenting the edges in the network |
A network plot for the sparse component
1 2 3 | set.seed(1)
est_mats <- matrix(rnorm(400, 0, 1), 20, 20)
plot_network(est_mats, threshold = 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.