bin_smooth_mean: Bin smoothing by mean

Description Usage Arguments Value Examples

Description

Bin smoothing by mean

Usage

1
bin_smooth_mean(x, bins)

Arguments

x

a numeric vector or list of numbers

bins

a numeric vector of how many bins

Value

a list

Examples

1
bin_smooth_mean(x = c(21, 15, 26, 26, 28, 29), bins=2)

jasdumas/dumas documentation built on May 18, 2019, 4:49 p.m.