plotV: Plot of layer-specific network generation rules.

View source: R/plotV.R

plotVR Documentation

Plot of layer-specific network generation rules.

Description

Plot layer-specific network generation rules using ggplot2. Uses colorblind-friendly viridis palette for publication-quality output.

Usage

plotV(OUT, main = "", point_size = 3, line_size = 1)

Arguments

OUT

Output of networkchange objects.

main

The title of plot

point_size

Point size (default: 3)

line_size

Line width (default: 1)

Value

A ggplot2 plot object

Examples


   ## 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)

NetworkChange documentation built on Jan. 21, 2026, 9:08 a.m.