CEN-Methods {NetworkComparr} | R Documentation |
Summary and Plot Results
Description
This function can summary, print and plot results from 'CompareEdgelistNetworks'
Usage
## S3 method for class 'CEN'
summary(object, ...)
## S3 method for class 'CEN'
print(x, ...)
## S3 method for class 'CEN'
plot(x, what = c("strength", "network", "edge", "centrality"), ...)
Arguments
object |
output of 'CompareEdgelistNetworks', object of class "CEN" |
... |
Arguments only used in plot method |
x |
output of 'CompareEdgelistNetworks', object of class "CEN" |
what |
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") |
Value
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.