bin_smooth_median: Bin smoothing by median

Description Usage Arguments Value Examples

Description

Bin smoothing by median

Usage

1

Arguments

x

a numeric vector or list of numbers

bins

a numeric vector of how many bins

Value

a list

Examples

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

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