Description Usage Arguments Details Value See Also
View source: R/geom_dia_density.R
geom_dia_density()
rescales the output of
ggplot2::stat_density() for the correct display
of density curves on the plot diagonal of ggcorrm plots.
1 2 3 4 5 6 7 8 9 10 11 |
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
stat |
The statistical transformation to use on the data for this layer, as a string. |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
... |
Additional arguments passed to |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
outline.type |
Type of the outline of the area; |
geom_density()
computes density curves for display in the diagonal
facets of ggcorrm
plots. Its lwr
and upr
aesthetics can be used to
offset the density curves from zero and optimally fit them to the range of
each panel.
An object of class Layer
.
ggplot2::geom_density()
,
dia_density()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.