View source: R/plot.PARALLEL.R
plot.PARALLEL | R Documentation |
Plot method showing a summarized output of the PARALLEL function
## S3 method for class 'PARALLEL' plot(x, ...)
x |
list of class PARALLEL. An output from the PARALLEL function. |
... |
not used. |
# example with correlation matrix and "ML" estimation x <- PARALLEL(test_models$case_11b$cormat, N = 500, method = "ML") plot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.