View source: R/functions_plots.R
Bin_data | R Documentation |
Function that splits the data into bins and computes the average in each bin
Bin_data(y, x, c = NULL, binsize = 0.2)
y |
|
x |
|
c |
|
binsize |
|
list with elements y_bin: list of average values of y in each bin, x_bin: list of middle points for each bin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.