View source: R/stat-miss-point.R
stat_miss_point | R Documentation |
stat_miss_point adds a geometry for displaying missingness to geom_point
stat_miss_point(
mapping = NULL,
data = NULL,
prop_below = 0.1,
jitter = 0.05,
geom = "point",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
...
)
mapping |
Set of aesthetic mappings created by |
data |
A data frame. If specified, overrides the default data frame defined at the top level of the plot. |
prop_below |
the degree to shift the values. The default is 0.1 |
jitter |
the amount of jitter to add. The default is 0.05 |
geom |
stat Override the default connection between |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
... |
other arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.