plot.KGC: Plot KGC object

View source: R/plot.KGC.R

plot.KGCR 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)


EFAtools documentation built on Jan. 6, 2023, 5:16 p.m.