smooth_none: Apply no smooth to a dotplot

smooth_noneR Documentation

Apply no smooth to a dotplot

Description

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

Supports automatic partial function application with waived arguments.

Usage

smooth_none(x, ...)

Arguments

x

<numeric> Values to smooth.

...

ignored

Details

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

Value

x

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

See Also

Other dotplot smooths: smooth_density, smooth_discrete()


mjskay/ggdist documentation built on Nov. 21, 2024, 10:46 a.m.