average_depth {RIntaros} | R Documentation |
Average of a variable per slices along Depth
average_depth(dbin, var, depth0, ndepth, ddepth)
dbin |
The |
var |
Name of the target Variable |
depth0 |
Center of the first slice |
ndepth |
Number of slices along Depth |
ddepth |
Slice width |
A list with three items:
count: Count of samples per slice
means: Mean of the variable value per slice
vars: Variance of the variable per slice
depths: Depth value of the slice (center)