Description Usage Arguments Value See Also
Logarithmic binning function
1 |
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 |
n |
Integer, number of bins |
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.