Plot of layer-specific network generation rules.
Plot layer-specific network generation rules.
plotV(OUT, main = "", cex = 2)
OUT
: Output of networkchange objects.main
: The title of plotcex
: point sizeA plot object
## Not run: set.seed(1973) \## generate an array with two constant blocks Y <- MakeBlockNetworkChange(n=10, shape=10, T=40, type ="constant") out0 <- NetworkStatic(Y, R=2, mcmc=10, burnin=10, verbose=10, UL.Normal = "Orthonormal") \## latent node positions plotV(out0) ## End(Not run)