Learn R Programming

NetworkChange (version 1.0.0)

plotU: Plot of latent node positions

Description

Plot latent node positions using ggplot2 with patchwork for multi-panel layouts. Uses colorblind-friendly palettes and cross-platform compatible fonts.

Usage

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

Value

A plot object

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.