This function can summary, print and plot results from 'CompareEdgelistNetworks'
# S3 method for CEN
summary(object, ...)# S3 method for CEN
print(x, ...)
# S3 method for CEN
plot(x, what = c("strength", "network", "edge", "centrality"), ...)
CEN-Methods contains three functions to display the output from 'CompareEdgelistNetworks'.
summary.CEN summarizes the test statistics of the compared networks in detail.
print.CEN briefly summarizes the test statistics of the compared networks.
plot.CEN graphically presents the significance tests of the various variance measures in form of histograms.
output of 'CompareEdgelistNetworks', object of class "CEN"
Arguments only used in plot method
output of 'CompareEdgelistNetworks', object of class "CEN"
defines what has to be plotted: results pertaining to test on invariance of global strength ("strength"), network structure ("network"), edge strength ("edge"), or specific centrality measure ("centrality")