plot.KGC {EFAtools}R Documentation

Plot KGC object

Description

Plot method showing a summarized output of the KGC function

Usage

## S3 method for class 'KGC'
plot(x, ...)

Arguments

x

a list of class KGC. An output from the KGC function.

...

not used.

Examples

KGC_base <- KGC(test_models$baseline$cormat)
plot(KGC_base)


[Package EFAtools version 0.4.4 Index]