Bin_data {LoTTA} | R Documentation |
Function that splits the data into bins and computes the average in each bin
Description
Function that splits the data into bins and computes the average in each bin
Usage
Bin_data(y, x, c = NULL, binsize = 0.2)
Arguments
y |
|
x |
|
c |
|
binsize |
|
Value
list with elements y_bin: list of average values of y in each bin, x_bin: list of middle points for each bin
[Package LoTTA version 0.1.1 Index]