print.EKC: Print function for EKC objects

View source: R/print.EKC.R

print.EKCR Documentation

Print function for EKC objects

Description

Print function for EKC objects

Usage

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

Arguments

x

a list of class EKC. Output from EKC function.

plot

logical. Whether to plot the results.

...

Further arguments for print.

Examples

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


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