Description Usage Arguments Details Value See Also
stat_heatmap()
is used to compute bivariate correlations and
display them as correlation heat maps in the facets of ggcorrm plots.
1 2 3 4 5 6 7 8 9 10 |
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
geom |
The geometric object to use display the data |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
corr_method |
character string with the correlation method passed to
cor(). Can be one of |
... |
additional arguments passed to |
stat_heatmap()
computes the correlation between variables in the
facets of ggcorrm
plots and returns the aesthetics necessary to
color facets by correlation strength-
An object of class Layer
.
ggplot2::layer()
,
add_heatmap()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.