Description Usage Arguments Details Value See Also
lotri_heatmap()
and utri_heatmap()
are used to display
correlation heatmaps in the lower/upper off-diagonal facets of ggcorrm
plots. lotri_heatpoint()
and utri_heatpoint()
scale the and colour of a
single centered geom_point() by correlation strength.
1 2 3 4 5 6 7 | lotri_heatmap(corr_method = NULL, ...)
utri_heatmap(corr_method = NULL, ...)
lotri_heatpoint(corr_size = TRUE, mapping = NULL, corr_method = NULL, ...)
utri_heatpoint(corr_size = TRUE, mapping = NULL, corr_method = NULL, ...)
|
corr_method |
character string with the correlation method passed to
cor(). Can be one of |
... |
Additional arguments to |
corr_size |
logical - should the |
mapping |
Set of aesthetic mappings created by aes. |
lotri_/utri_heatmap()
can be used to display correlation heat maps
in the facets of ggcorrm
plots.
lotri/utri_heatmap()
are a wrapper around stat_heatmap()
that
additionally take care of the right specification of aesthetics.
lotri/utri_heatpoint()
instead plots points positioned as in
stat_corrtext()
whose size on default depends on the strength of
correlation. The shape parameter as well as transparency etc. can be
adjusted via the ...
argument. The range of sizes covered by the
'heatpoints' can be adjusted by scale_size().
A ggplot2
layer with correlation heatmaps / points indicating
correlation strength.
stat_heatmap()
, stat_heatcircle()
, geom_relpoint()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.