Learn R Programming

EFAtools (version 0.4.6)

plot.EKC: Plot EKC object

Description

Plot method showing a summarized output of the EKC function

Usage

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

Arguments

x

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

...

not used.

Examples

Run this code
EKC_base <- EKC(test_models$baseline$cormat, N = 500)
plot(EKC_base)

Run the code above in your browser using DataLab