Learn R Programming

NetworkComparr (version 0.0.0.9)

CEN-Methods: Summary and Plot Results

Description

This function can summary, print and plot results from 'CompareEdgelistNetworks'

Usage

# S3 method for CEN
summary(object, ...)

# S3 method for CEN print(x, ...)

# S3 method for CEN plot(x, what = c("strength", "network", "edge", "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.

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")