powered by
Plot network array data
plotnetarray( Y, n.graph = 4, node.size = 2, node.color = "brown", edge.alpha = 0.5, edge.size = 0.2, edge.color = "grey" )
A plot object
network array data
number of subgraphs. Default is 4.
node size. Default is 2.
node color. Default is "brown."
transparency of edge. Default is 0.5.
edge size. Default is 0.2.
edge color. Default is "grey."
Jong Hee Park and Yunkyun Sohn. 2020. "Detecting Structural Change in Longitudinal Network Data." Bayesian Analysis. Vol.15, No.1, pp.133-157.
if (FALSE) { set.seed(1973) ## generate an array with two constant blocks Y <- MakeBlockNetworkChange(n=10, shape=1, T=20, type ="split") plotnetarray(Y) }
Run the code above in your browser using DataLab