plot.EKC | R Documentation |
Plot method showing a summarized output of the EKC function
## S3 method for class 'EKC' plot(x, ...)
x |
a list of class EKC. An output from the EKC function. |
... |
not used. |
EKC_base <- EKC(test_models$baseline$cormat, N = 500) plot(EKC_base)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.