corr_matrix | R Documentation |
Through the results obtained from corrp function create a correlation matrix.
corr_matrix(c, ...)
## Default S3 method:
corr_matrix(c, col = c("infer.value", "stat.value", "isig"), isig = TRUE, ...)
## S3 method for class 'clist'
corr_matrix(c, col = c("infer.value", "stat.value", "isig"), isig = TRUE, ...)
c |
\[ |
... |
Additional arguments (TODO). |
col |
\[ |
isig |
\[ |
Igor D.S. Siciliani
## Not run:
air_cor = corrp(airquality)
air_m = corr_matrix(air_cor,isig = F)
corrplot::corrplot(air_m)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.