View source: R/correlated_vars.R
plot.correlated_vars | R Documentation |
Plot an object of class correlated_vars
## S3 method for class 'correlated_vars' plot(x, ...)
x |
An object of class correlated_vars. |
... |
Currently not used. |
An object of class gg.
library(metan) y <- rnorm(n = 10) cor_vars <- correlated_vars(y, nvar = 6) plot(cor_vars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.