precision matrix that encodes information of graph struture.
main
main title of graph. Default is NULL.
edge.color
color of edge. Default is "gray50".
vertex.color
color of vertex. Default is "red".
vertex.size
size of vertex. Default is 3.
vertex.label
label of vertex. Default is NA.
thres
thresholding level of substituting entry with zero,
set entry to zero if its absolute value equals or is less than thres.
If thres is negative or zero, no entry will be substituted with zero.
Value
A plot of undirected graph.
Details
This function generates an udirected graph based on precision matrix.
If an entry is zero, then no edge connects corresponding pair of nodes.