Description Usage Arguments Details Value See Also
View source: R/stat_corrtext.R
stat_corrtext()
is used to compute bivariate correlations and
appropriate positions of text labels indicating correlation strength for
the facets of ggcorrm plots.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
mapping |
Set of aesthetic mappings created by aes. |
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? FALSE (the default) never includes, TRUE always includes, and NA includes only if aesthetics are mapped. It can also be a named logical vector to finely select the aesthetics to display. |
inherit.aes |
If |
nrow |
integer - the number of rows for the correlation labels if
grouping aesthetics are present (defaults to |
ncol |
integer - the number of columns for the correlation labels if
grouping aesthetics are present (defaults to |
digits |
integer: Number of digits the correlations are rounded to (defaults to 2). |
corr_method |
character string with the correlation method passed to
cor(). Can be one of |
squeeze |
numeric between 0 an 1. Proportion of the facet width/height the facet labels are restricted to when multiple labels are present (defaults to 0.7 - labels extend over 70% of the extent of the plot). |
byrow |
logical. Should the correlation labels in plots with multiple
groups be filled by rows ( |
... |
additional arguments passed to |
stat_corrtext()
computes the correlation between variables in the
facets of ggcorrm
plots and places text labels indicating the strength of
correlation in appropriate positions within the facets.
An object of class Layer
.
lotri_corrtext()
and utri_corrtext()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.