Description Usage Arguments Details Value See Also
View source: R/stat_dia_names.R
stat_dia_names()
is used by dia_names()
to compute the
positions of layer names in the diagonal panels 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 |
y_pos |
numeric between 0 and 1 specifying the relative position of the text labels along the x axis (defaults to 0.2). |
... |
Additional arguments passed to |
stat_dia_names()
uses the range of variables on the diagonal
facets ofggcorrm plots to compute appropriate positions for text labels
of variable names.
An object of class Layer
.
ggplot2::layer()
,
dia_names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.