powered by
Plot a network to illustrate the estimated sparse component
plot_network(mat, threshold = 0.1)
a p by p matrix, indicating the sparse component
the threshold for presenting the edges in the network
A network plot for the sparse component
# NOT RUN { set.seed(1) est_mats <- matrix(rnorm(400, 0, 1), 20, 20) plot_network(est_mats, threshold = 0.1) # }
Run the code above in your browser using DataLab