plot.KGC | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.