smooth_none | R Documentation |
Default smooth for dotplots: no smooth. Simply returns the input values.
Supports automatic partial function application.
smooth_none(x, ...)
x |
a numeric vector |
... |
ignored |
This is the default value for the smooth
argument of geom_dotsinterval()
.
x
If x
is missing, returns a partial application of itself. See automatic-partial-functions.
Other dotplot smooths:
smooth_density
,
smooth_discrete()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.