powered by
Creates a line graphon, which is a disjoint clique graphon from a sequence of probability values
line_graphon(probs)
The line graphon
The list of probabilities starting from the largest.
library(ggplot2) wts <- c(0.5, 0.3, 0.2) U <- line_graphon(wts) plot_graphon(U)
Run the code above in your browser using DataLab