Description Usage Arguments Value
Given a dataframe of x and y values (with some optional confidence intervals surrounding the y values), return only the unique values of x and y in some set of 2-d bins.
1  | 
x | 
 Numeric vector. The first vector for binning.  | 
y | 
 Numeric vector. the second vector for binning  | 
cl | 
 Numeric vector. Optional confidence interval for the y vector, lower bound.  | 
cu | 
 Numeric vector. Optional confidence interval for the y vector, upper bound.  | 
roundby | 
 Numeric. The amount to round the x and y vectors by for 2d binning.  | 
A dataframe containing the 2-d binned values for x and y, and their confidence intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.