plot.NCT: Print method for NCT

View source: R/s3Methods.R

plot.NCTR 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")


NetworkComparisonTest documentation built on Sept. 1, 2023, 5:05 p.m.