plotU: Plot of latent node positions

View source: R/plotU.R

plotUR Documentation

Plot of latent node positions

Description

Plot latent node positions

Usage

plotU(OUT, Time = NULL, names = NULL, main = NULL, label.prob = 0.9)

Arguments

OUT

Output of networkchange objects.

Time

Starting of the time period. If NULL, 1.

names

Node names. If NULL, use natural numbers.

main

The title of plot

label.prob

Label print threshold. 0.9 is the default.

Value

A 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
   plotU(out0)
   
## End(Not run)

NetworkChange documentation built on March 18, 2022, 7:52 p.m.