Description Usage Arguments Value Examples
Print graphical representation of a correlation matrix.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
cor_mat |
correlation matrix as produced by cor. |
p_mat |
Optional matrix of p-values; if provided, this is used to define size of dots rather than absolute correlation. |
method |
text specifying type of correlation. |
title |
plot title. |
maxpoint |
maximum for scale_size_manual, may need adjustment depending on plotsize. |
textsize |
for theme text. |
axistextsize |
relative text size for axes. |
titlesize |
as you already guessed, relative text size for title. |
breaklabels |
currently not used, intended for str_wrap. |
lower_only |
should only lower triangle be plotted? |
.low |
Color for heatmap. |
.high |
Color for heatmap. |
.legendtitle |
Optional name for color legend. |
A ggplot object, allowing further styling.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.