Learn R Programming

NetworkComparisonTest (version 2.2.2)

plot.NCT: Print method for NCT

Description

Print method, prints the NCT output, plot method plots the output, summary method returns a summary of the output.

Usage

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

# S3 method for NCT plot(x, what = c("strength", "network", "edge", "centrality"), ...)

Arguments

x

output of NCT

...

for now ignored

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