Description Usage Arguments Value See Also
Logarithmic binning function with predefined edges
1 | logbin_setedges(x, y = NULL, edges)
|
x |
Vector of values to be binned in the x dimension. Usually diameter. |
y |
Vector of values to be binned in the y dimension (not required, defaults to |
edges |
Data frame that is output by |
A data frame with columns bin_midpoint
(midpoint of bins on x-axis), bin_value
(height of bins), bin_count
(number of individuals in bins), bin_min
(lower edge of bins on x-axis), bin_max
(upper edge of bins on x-axis).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.