plot.KGC {EFAtools} | R Documentation |
Plot method showing a summarized output of the KGC function
## S3 method for class 'KGC'
plot(x, ...)
x |
a list of class KGC. An output from the KGC function. |
... |
not used. |
KGC_base <- KGC(test_models$baseline$cormat)
plot(KGC_base)