plot.FitMLVSBM function

Multilevel SBM Plot

Multilevel SBM Plot

basic matrix plot method for a FitMLVSBM object

## S3 method for class 'FitMLVSBM' plot(x, type = c("matrix"), ...)

Arguments

  • x: an R6 object of class FitMLVSBM
  • type: A string for the type of plot, just "matrix" for now
  • ...: additional parameters. block ordering with order = c("affiliation", "degree", "natural")

Returns

a ggplot2 object

Details

Basic matrix plot method for a FitMLVSBM object

  • Maintainer: Saint-Clair Chabert-Liddell
  • License: GPL-3
  • Last published: 2022-08-05