plot.correlated_vars {metan} | R Documentation |
Plot an object of class correlated_vars
Description
Plot an object of class correlated_vars
Usage
## S3 method for class 'correlated_vars'
plot(x, ...)
Arguments
x |
An object of class correlated_vars. |
... |
Currently not used. |
Value
An object of class gg.
Examples
library(metan)
y <- rnorm(n = 10)
cor_vars <- correlated_vars(y, nvar = 6)
plot(cor_vars)
[Package metan version 1.18.0 Index]