plot.NCT {NetworkComparisonTest}R Documentation

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 class 'NCT'
print(x, ...)

## S3 method for class '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")


[Package NetworkComparisonTest version 2.2.2 Index]