Description Usage Arguments Details Value See Also
stat_funtext()
is used to compute
the facets of ggcorrm plots.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
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 |
fun |
One of the following: * a) a function of The functions in a) and b) are evaluated using the One outcome of the computation per group is stored in a new column called
|
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 |
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_funtext()
evaluates a function, rlang lambda style one-sided formula or a quosure in the context of the data used
for plotting and computes positions in the plot using the same
nrow
/ncol
based positioning as stat_corrtext()
.
An object of class Layer
.
stat_corrtext()
for correlation text labels.
lotri_funtext()
and utri_funtext()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.