Skip to contents

Default smooth for dotplots: no smooth. Simply returns the input values.

Supports automatic partial function application.

Usage

smooth_none(x, ...)

Arguments

x

a numeric vector

...

ignored

Value

x

If x is missing, returns a partial application of itself. See automatic-partial-functions.

Details

This is the default value for the smooth argument of geom_dotsinterval().

See also

Other dotplot smooths: smooth_density, smooth_discrete()