missSBM_fit
Plot function for the various fields of a missSBM_fit
: the fitted
SBM (network or connectivity), and a plot monitoring the optimization.
# S3 method for missSBM_fit
plot(
x,
type = c("imputed", "expected", "meso", "monitoring"),
dimLabels = list(row = "node", col = "node"),
...
)
a ggplot object
an object with class missSBM_fit
the type specifies the field to plot, either "imputed", "expected", "meso", or "monitoring"
: a list of two characters specifying the labels of the nodes. Default to list(row= 'node',col = 'node')
)
additional parameters for S3 compatibility. Not used