plot.EKC: Plot EKC object

View source: R/plot.EKC.R

plot.EKCR Documentation

Plot EKC object

Description

Plot method showing a summarized output of the EKC function

Usage

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

Arguments

x

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

...

not used.

Examples

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


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