Description Usage Arguments Value Examples
Bin smoothing by median
1 | bin_smooth_median(x, bins)
|
x |
a numeric vector or list of numbers |
bins |
a numeric vector of how many bins |
a list
1 | bin_smooth_median(x = c(21, 15, 26, 26, 28, 29), bins=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.