View source: R/ggcorrplot.mixed.R
| ggcorrplot.mixed | R Documentation |
Visualize a correlation matrix using mixed methods
ggcorrplot.mixed(
corr,
upper = c("circle", "square", "ellipse", "number"),
lower = c("number", "square", "ellipse", "circle"),
col = NULL,
p.mat = NULL,
sig.lvl = 0.05,
number.digits = 2,
insig = c("pch", "blank", "label_sig"),
pch = 4,
pch.cex = 5
)
corr |
a correlation matrix to be visualized |
upper |
a character indicating the visualization method of the upper triangular matrix to be used. Currently, it supports four methods, named |
lower |
a character indicating the visualization method of the lower triangular matrix to be used. Currently, it supports four methods, named |
col |
a vector of the colors to be used, which are distributed uniformly from -1 to 1. If NULL, col will be set to |
p.mat |
a matrix of p-value |
sig.lvl |
a numeric vector specifying significant level(s). If the p-value in |
number.digits |
the number of decimal digits (2 by default) while the visualization method is |
insig |
a character specialized insignificant correlation coefficients, |
pch |
a point character indicating the shape of insignificant correlation coefficients. |
pch.cex |
a number controlling the shape size of insignificant correlation coefficients. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.