Learn R Programming

EFAtools (version 0.4.6)

plot.KGC: Plot KGC object

Description

Plot method showing a summarized output of the KGC function

Usage

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

Arguments

x

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

...

not used.

Examples

Run this code
KGC_base <- KGC(test_models$baseline$cormat)
plot(KGC_base)

Run the code above in your browser using DataLab