Skip to contents

Creates a line graphon, which is a disjoint clique graphon from a sequence of probability values

Usage

line_graphon(probs)

Arguments

probs

The list of probabilities starting from the largest.

Value

The line graphon

Examples

library(ggplot2)
wts <- c(0.5, 0.3, 0.2)
U <- line_graphon(wts)
plot_graphon(U)